State

SCPI Command :

CALCulate<n>:EVALuation[:STATe]
class StateCls[source]

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

get(window=Window.Default) bool[source]
# SCPI: 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.

param window

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

return

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

param state

OFF | 0 Calculates the residual noise over the entire measurement range. ON | 1 Calculates the residual noise over a customized range.

param window

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