State

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) bool[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe]
value: bool = driver.applications.k10Xlte.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.

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’)

Returns:

state: OFF Switch the function off ON Switch the function on

set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LABel[:STATe]
driver.applications.k10Xlte.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.

Parameters:
  • state – OFF Switch the function off ON Switch the function on

  • 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’)