Results

SCPI Command :

CALCulate<n>:UNCertainty:DATA:RESults
class ResultsCls[source]

Results commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) bool[source]
# SCPI: CALCulate<n>:UNCertainty:DATA:RESults
value: bool = driver.applications.k30NoiseFigure.calculate.uncertainty.data.results.get(window = repcap.Window.Default)

Turns automatic determination of the DUT characteristics for the calculation of the uncertainty on and off.

param window

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

return

state: ON | 1 The application calculates the uncertainty with the DUT characteristics (‘noise figure’, ‘gain’ and frequency) resulting from the ‘noise figure’ measurement. OFF | 0 The application calculates the uncertainty with the DUT characteristics (‘noise figure’, ‘gain’ and frequency) based on the values you have defined manually.

set(state: bool, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNCertainty:DATA:RESults
driver.applications.k30NoiseFigure.calculate.uncertainty.data.results.set(state = False, window = repcap.Window.Default)

Turns automatic determination of the DUT characteristics for the calculation of the uncertainty on and off.

param state

ON | 1 The application calculates the uncertainty with the DUT characteristics (‘noise figure’, ‘gain’ and frequency) resulting from the ‘noise figure’ measurement. OFF | 0 The application calculates the uncertainty with the DUT characteristics (‘noise figure’, ‘gain’ and frequency) based on the values you have defined manually.

param window

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