Noise

SCPI Command :

CALCulate<n>:PNLimit:NOISe
class NoiseCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:PNLimit:NOISe
value: float = driver.applications.k40PhaseNoise.calculate.pnLimit.noise.get(window = repcap.Window.Default)

Defines the noise floor level of the DUT. The noise floor level is necessary for the calculation of a phase noise limit line.

param window

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

return

noise_level: Range: -200 to 200, Unit: dBm/Hz

set(noise_level: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:PNLimit:NOISe
driver.applications.k40PhaseNoise.calculate.pnLimit.noise.set(noise_level = 1.0, window = repcap.Window.Default)

Defines the noise floor level of the DUT. The noise floor level is necessary for the calculation of a phase noise limit line.

param noise_level

Range: -200 to 200, Unit: dBm/Hz

param window

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