Noise
SCPI Command :
CALCulate<n>:UNCertainty:DATA:NOISe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k30NoiseFigure.calculate.uncertainty.data.results.set().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
noise_level: Noise level of the DUT. Unit: DB
- set(noise_level: float, window=Window.Default) None[source]
# 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.k30NoiseFigure.calculate.uncertainty.data.results.set().- Parameters:
noise_level – Noise level of the DUT. Unit: DB
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)