Noise

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:FADing:POWer:NOISe:TOTal
CONFigure:CDMA:SIGNaling<Instance>:FADing:POWer:NOISe
class Noise[source]

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

get_total()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:FADing:POWer:NOISe:TOTal
value: float = driver.configure.fading.power.noise.get_total()

Queries the total noise power.

return

noise_power: Range: -500 dBm to 500 dBm, Unit: dBm

get_value()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:FADing:POWer:NOISe
value: float = driver.configure.fading.power.noise.get_value()

Queries the calculated system bandwidth noise power on the forward link.

return

noise_power: Range: -500 dBm to 500 dBm, Unit: dBm