Select
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, subWindow=SubWindow.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:SELect driver.applications.k10Xlte.display.window.subwindow.select.set(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Sets the focus on the selected result display window. This window is then the active window. For measurements with multiple results in subwindows, the command also selects the subwindow. Use this command to select the (sub) window before querying trace data.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- set_with_opc(window=Window.Default, subWindow=SubWindow.Default, opc_timeout_ms: int = -1) None[source]