Noise
SCPI Command :
CALCulate<n>:UNCertainty:PREamp: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>: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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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]
# SCPI: 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.
- param noise_level
Noise level of the preamplifier. Refer to the specifications document of the preamplfier to determine its noise level. Unit: DB
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)