FadingSimulator

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:KCONstant
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:ENABle
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:PROFile
class FadingSimulatorCls[source]

FadingSimulator commands group definition. 19 total commands, 8 Subgroups, 3 group commands

get_enable() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:ENABle
value: bool = driver.configure.fading.pcc.fadingSimulator.get_enable()

Enables/disables the fading simulator.

return:

enable: OFF | ON

get_kconstant() KeepConstant[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:KCONstant
value: enums.KeepConstant = driver.configure.fading.pcc.fadingSimulator.get_kconstant()

No command help available

return:

keep_constant: No help available

get_profile() FadingProfile[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:PROFile
value: enums.FadingProfile = driver.configure.fading.pcc.fadingSimulator.get_profile()

Selects a propagation condition profile for fading.

return:

profile: EP5Low | EP5Medium | EP5High | EV5Low | EV5Medium | EV5High | EV7Low | EV7Medium | EV7High | ET7Low | ET7Medium | ET7High | ET3Low | ET3Medium | ET3High | HSTRain | HST | CTESt | ETL30 | ETM30 | ETH30 | EVL200 | EVM200 | EVH200 | UMI3 | UMI30 | UMA3 | UMA30 EP5Low | EP5Medium | EP5High EPA, 5-Hz Doppler, low/medium/high correlation ETL30 | ETM30 | ETH30 ETU, 30-Hz Doppler, low/medium/high correlation ET7Low | ET7Medium | ET7High ETU, 70-Hz Doppler, low/medium/high correlation ET3Low | ET3Medium | ET3High ETU, 300-Hz Doppler, low/medium/high correlation EV5Low | EV5Medium | EV5High EVA, 5-Hz Doppler, low/medium/high correlation EV7Low | EV7Medium | EV7High EVA, 70-Hz Doppler, low/medium/high correlation EVL200 | EVM200 | EVH200 EVA, 200-Hz Doppler, low/medium/high correlation HSTRain | HST High-speed train scenario (both values have the same effect) CTESt Multi-path profile for CQI tests UMI3 | UMI30 SCME UMi, 3 km/h or 30 km/h UMA3 | UMA30 SCME UMa, 3 km/h or 30 km/h

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:ENABle
driver.configure.fading.pcc.fadingSimulator.set_enable(enable = False)

Enables/disables the fading simulator.

param enable:

OFF | ON

set_kconstant(keep_constant: KeepConstant) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:KCONstant
driver.configure.fading.pcc.fadingSimulator.set_kconstant(keep_constant = enums.KeepConstant.DSHift)

No command help available

param keep_constant:

No help available

set_profile(profile: FadingProfile) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:PROFile
driver.configure.fading.pcc.fadingSimulator.set_profile(profile = enums.FadingProfile.CTESt)

Selects a propagation condition profile for fading.

param profile:

EP5Low | EP5Medium | EP5High | EV5Low | EV5Medium | EV5High | EV7Low | EV7Medium | EV7High | ET7Low | ET7Medium | ET7High | ET3Low | ET3Medium | ET3High | HSTRain | HST | CTESt | ETL30 | ETM30 | ETH30 | EVL200 | EVM200 | EVH200 | UMI3 | UMI30 | UMA3 | UMA30 EP5Low | EP5Medium | EP5High EPA, 5-Hz Doppler, low/medium/high correlation ETL30 | ETM30 | ETH30 ETU, 30-Hz Doppler, low/medium/high correlation ET7Low | ET7Medium | ET7High ETU, 70-Hz Doppler, low/medium/high correlation ET3Low | ET3Medium | ET3High ETU, 300-Hz Doppler, low/medium/high correlation EV5Low | EV5Medium | EV5High EVA, 5-Hz Doppler, low/medium/high correlation EV7Low | EV7Medium | EV7High EVA, 70-Hz Doppler, low/medium/high correlation EVL200 | EVM200 | EVH200 EVA, 200-Hz Doppler, low/medium/high correlation HSTRain | HST High-speed train scenario (both values have the same effect) CTESt Multi-path profile for CQI tests UMI3 | UMI30 SCME UMi, 3 km/h or 30 km/h UMA3 | UMA30 SCME UMa, 3 km/h or 30 km/h

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.pcc.fadingSimulator.clone()

Subgroups