Select
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None [source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SELect driver.display.window.subwindow.trace.select.set(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
Selects the trace specified by the index <t> in the window specified by the index <n>. Only traces that are active in the specified result display can be selected. The selected trace is used to determine the ‘Result Summary’ for the corresponding result display. The query returns the number of the currently selected trace in the window specified by the index <n> (trace index is ignored) . Traces can only be queried for graphical result displays (not ‘Result Summary’, ‘Marker Table’ or Peak Marker List) .
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param subWindow
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set_with_opc(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default, opc_timeout_ms: int = - 1) None [source]