Select

SCPI Command :

DISPlay[:WINDow<n>]:TAB<1..n>:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(subwindow_name: str = None, window=Window.Default, tab=Tab.Default) None[source]
# DISPlay[:WINDow<n>]:TAB<1..n>:SELect
driver.applications.k91Wlan.display.window.tab.select.set(subwindow_name = 'abc', window = repcap.Window.Default, tab = repcap.Tab.Default)

Sets the focus on the selected result display subwindow for measurements with multiple result windows (MIMO) . The subwindow is selected either by its number (<No> suffix) or by its name (<SubWindowName> parameter) . This window is then the active window. Use this command to select the (sub) window before querying trace data.

Parameters:
  • subwindow_name – Name of the subwindow

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • tab – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tab’)