Text
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:LABel:TEXT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) str[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LABel:TEXT value: str = driver.applications.k10Xlte.display.window.trace.label.text.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines a descriptive label for the specified trace instead of the default ‘Trace <x>’ label. Enable the label using the method
RsFsw.display.window.trace.label.state.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:
text: String containing the trace label.
- set(text: str, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:LABel:TEXT driver.applications.k10Xlte.display.window.trace.label.text.set(text = 'abc', window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines a descriptive label for the specified trace instead of the default ‘Trace <x>’ label. Enable the label using the method
RsFsw.display.window.trace.label.state.set()command. You can only configure labels for active traces and for traces whose ‘State’ is enabled.- Parameters:
text – String containing the trace label.
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’)