Results

SCPI Command :

CALCulate<n>:UNCertainty:DATA:RESults
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • 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.

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