Noise

SCPI Command :

CALCulate<n>:UNCertainty:PREamp:NOISe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:UNCertainty:PREamp:NOISe
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.preamp.noise.get(window = repcap.Window.Default)

Defines the noise level of an external preamplifier that may be part of the test setup.

Parameters:

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

Returns:

noise_level: Noise level of the preamplifier. Refer to the specifications document of the preamplfier to determine its noise level. Unit: DB

set(noise_level: float, window=Window.Default) None[source]
# CALCulate<n>:UNCertainty:PREamp:NOISe
driver.applications.k30NoiseFigure.calculate.uncertainty.preamp.noise.set(noise_level = 1.0, window = repcap.Window.Default)

Defines the noise level of an external preamplifier that may be part of the test setup.

Parameters:
  • noise_level – Noise level of the preamplifier. Refer to the specifications document of the preamplfier to determine its noise level. Unit: DB

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