Noise

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:NOISe:TOTal
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:POWer:NOISe
class NoiseCls[source]

Noise commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Queries the total noise power for one carrier.

return:

noise_power: float Unit: dBm

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

Queries the calculated noise power on the DL channel, i.e. within the cell bandwidth.

return:

noise_power: float Unit: dBm