Noise

SCPI Command :

CALCulate<n>:UNCertainty:DATA: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:DATA:NOISe
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.data.noise.get(window = repcap.Window.Default)

Defines the noise level of the DUT. Is available if you have turned automatic determination of the DUT characteristics off with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Data.Results.set.

param window

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

return

noise_level: Noise level of the DUT. Unit: DB

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

Defines the noise level of the DUT. Is available if you have turned automatic determination of the DUT characteristics off with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Data.Results.set.

param noise_level

Noise level of the DUT. Unit: DB

param window

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