Select

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(window=Window.Default, subWindow=SubWindow.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:SELect
driver.applications.k91Wlan.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.

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

set_with_opc(window=Window.Default, subWindow=SubWindow.Default, opc_timeout_ms: int = - 1) None[source]