Noise

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:FADing:POWer:NOISe:TOTal
CONFigure:GSM: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:GSM:SIGNaling<instance>:FADing:POWer:NOISe:TOTal
value: float = driver.configure.fading.power.noise.get_total()

Queries the total noise power.

return

noise_power: Unit: dBm

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

Queries the calculated noise power on the downlink channel.

return

noise_power: Unit: dBm