State
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) bool [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe] value: bool = driver.display.window.trace.label.state.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Turns on the display of a descriptive label for the specified trace instead of the default ‘Trace <x>’ label. Define the label using the method RsFsw.Display.Window.Trace.Label.Text.set command. You can only configure labels for active traces and for traces whose ‘State’ is enabled.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- return
state: OFF Switch the function off ON Switch the function on
- set(state: bool, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe] driver.display.window.trace.label.state.set(state = False, window = repcap.Window.Default, trace = repcap.Trace.Default)
Turns on the display of a descriptive label for the specified trace instead of the default ‘Trace <x>’ label. Define the label using the method RsFsw.Display.Window.Trace.Label.Text.set command. You can only configure labels for active traces and for traces whose ‘State’ is enabled.
- param state
OFF Switch the function off ON Switch the function on
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)