Mode

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:RFPower:MODE:AWGN
class Mode[source]

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

get_awgn()RsCmwEvdoSig.enums.AwgnMode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RFPower:MODE:AWGN
value: enums.AwgnMode = driver.configure.rfPower.mode.get_awgn()

Selects the operating mode of the AWGN generator. The AWGN level range (method RsCmwEvdoSig.Configure.RfPower.Level.awgn) depends on the operating mode.

return

awgn_mode: NORMal | HPOWer AWGN mode normal or high-power

set_awgn(awgn_mode: RsCmwEvdoSig.enums.AwgnMode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:RFPower:MODE:AWGN
driver.configure.rfPower.mode.set_awgn(awgn_mode = enums.AwgnMode.HPOWer)

Selects the operating mode of the AWGN generator. The AWGN level range (method RsCmwEvdoSig.Configure.RfPower.Level.awgn) depends on the operating mode.

param awgn_mode

NORMal | HPOWer AWGN mode normal or high-power