Noise

SCPI Command :

CALCulate<n>:PNLimit:NOISe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

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

set(noise_level: float, window=Window.Default) None[source]
# 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.

Parameters:
  • noise_level – Range: -200 to 200, Unit: dBm/Hz

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