Window
SCPI Command :
LAYout:REMove[:WINDow]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# LAYout:REMove[:WINDow] value: str = driver.applications.k10Xlte.layout.remove.window.get()
Removes a window from the display in the active channel.
- Returns:
window_name: String containing the name of the window. In the default state, the name of the window is its index.
- set(window_name: str) None[source]
# LAYout:REMove[:WINDow] driver.applications.k10Xlte.layout.remove.window.set(window_name = 'abc')
Removes a window from the display in the active channel.
- Parameters:
window_name – String containing the name of the window. In the default state, the name of the window is its index.