State

SCPI Command :

CALCulate<n>:LIMit:MACCuracy:FERRor:RMEan:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:LIMit:MACCuracy:FERRor:RMEan:STATe
value: bool = driver.applications.k70Vsa.calculate.limit.maccuracy.freqError.rmean.state.get(window = repcap.Window.Default)

Switches the limit check for the selected result type and limit type on or off.

Parameters:

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

set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:LIMit:MACCuracy:FERRor:RMEan:STATe
driver.applications.k70Vsa.calculate.limit.maccuracy.freqError.rmean.state.set(state = False, window = repcap.Window.Default)

Switches the limit check for the selected result type and limit type on or off.

Parameters:

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