Mode

SCPI Commands

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

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

get_awgn()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:MODE:AWGN
value: float = driver.configure.rfPower.mode.get_awgn()

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

return

awgn_mode: NORMal | HPOWer Normal, high-power mode

set_awgn(awgn_mode: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:MODE:AWGN
driver.configure.rfPower.mode.set_awgn(awgn_mode = 1.0)

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

param awgn_mode

NORMal | HPOWer Normal, high-power mode