State
SCPI Command :
CALCulate<n>:LIMit:MACCuracy:PERRor:PPEak:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:LIMit:MACCuracy:PERRor:PPEak:STATe value: bool = driver.applications.k70Vsa.calculate.limit.maccuracy.perror.ppeak.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:PERRor:PPEak:STATe driver.applications.k70Vsa.calculate.limit.maccuracy.perror.ppeak.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’)