State
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) bool[source]
# DISPlay[:WINDow<n>]:TRACe<t>[:STATe] value: bool = driver.applications.k70Vsa.display.window.trace.state.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>[:STATe] driver.applications.k70Vsa.display.window.trace.state.set(state = False, window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)