Select

SCPI Command :

DISPlay[:WINDow<n>]:TAB<1..n>:SELect
class SelectCls[source]

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

set(subwindow_name: Optional[str] = None, window=Window.Default, tab=Tab.Default) None[source]
# SCPI: 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.

param subwindow_name

Name of the subwindow

param window

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

param tab

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