Noise

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:POWer:NOISe
class NoiseCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:POWer:NOISe
value: float = driver.configure.fading.scc.power.noise.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

noise_power: float Unit: dBm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.scc.power.noise.clone()

Subgroups