Level

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:RFPower:LEVel:AWGN
class Level[source]

Level commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_awgn()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RFPower:LEVel:AWGN
value: float or bool = driver.configure.rfPower.level.get_awgn()

Sets/gets the state and level of the AWGN generator relative to the ‘1xEV-DO Power’ (method RsCmwEvdoSig.Configure. RfPower.evdo) . The AWGN level range depends on the operating mode of the AWGN generator (method RsCmwEvdoSig.Configure. RfPower.Mode.awgn) . With the ‘set’ command, the AWGN generator can be turned OFF or ON and the level can be set. If the level is set, the generator is automatically turned ON. The query returns either the OFF state or the level if the generator state is ON.

return

awgn_level: Range: Between -25 dB and +4 dB (normal mode) or between -12 dB and 11.70 dB (high-power mode) , Unit: dB Additional OFF/ON disables/enables the AWGN signal

set_awgn(awgn_level: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RFPower:LEVel:AWGN
driver.configure.rfPower.level.set_awgn(awgn_level = 1.0)

Sets/gets the state and level of the AWGN generator relative to the ‘1xEV-DO Power’ (method RsCmwEvdoSig.Configure. RfPower.evdo) . The AWGN level range depends on the operating mode of the AWGN generator (method RsCmwEvdoSig.Configure. RfPower.Mode.awgn) . With the ‘set’ command, the AWGN generator can be turned OFF or ON and the level can be set. If the level is set, the generator is automatically turned ON. The query returns either the OFF state or the level if the generator state is ON.

param awgn_level

Range: Between -25 dB and +4 dB (normal mode) or between -12 dB and 11.70 dB (high-power mode) , Unit: dB Additional OFF/ON disables/enables the AWGN signal