Ebnt

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RFPower:EBNT:FCH
CONFigure:CDMA:SIGNaling<Instance>:RFPower:EBNT:SCH
class Ebnt[source]

Ebnt commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_fch()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:EBNT:FCH
value: float or bool = driver.configure.rfPower.ebnt.get_fch()

Queries the calculated signal to noise ratio of the F-FCH (FCH Eb/Nt) . The value is displayed while the AWGN is turned on (see method RsCmwCdma2kSig.Configure.RfPower.Level.awgn) . Otherwise Eb/Nt is undefined as the noise level Nt tends to zero.

return

fch_eb_nt: Range: -100 dB to 100 dB, Unit: dB Additional parameters: OFF | ON disables / enables the calculation of Eb/Nt

get_sch()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RFPower:EBNT:SCH
value: float or bool = driver.configure.rfPower.ebnt.get_sch()

Queries the calculated signal to noise ratio of the F-SCH (SCH Eb/Nt) . The value is displayed while the AWGN is turned on (see method RsCmwCdma2kSig.Configure.RfPower.Level.awgn) . Otherwise Eb/Nt is undefined as the noise level Nt tends to zero.

return

sch_0_eb_nt: Range: -100 dB to 100 dB, Unit: dB Additional parameters: OFF | ON disables / enables the calculation of Eb/Nt