State
SCPI Command :
CALCulate<n>:EVALuation[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:EVALuation[:STATe] value: bool = driver.applications.k40PhaseNoise.calculate.evaluation.state.get(window = repcap.Window.Default)
Turn integration of the measurement range for residual noise calculation on and off.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
state: OFF | 0 Calculates the residual noise over the entire measurement range. ON | 1 Calculates the residual noise over a customized range.
- set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:EVALuation[:STATe] driver.applications.k40PhaseNoise.calculate.evaluation.state.set(state = False, window = repcap.Window.Default)
Turn integration of the measurement range for residual noise calculation on and off.
- Parameters:
state – OFF | 0 Calculates the residual noise over the entire measurement range. ON | 1 Calculates the residual noise over a customized range.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)