Window
SCPI Command :
LAYout:CATalog[:WINDow]
- class WindowCls[source]
Window commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() List[str] [source]
# SCPI: LAYout:CATalog[:WINDow] value: List[str] = driver.applications.k60Transient.layout.catalog.window.get()
Queries the name and index of all active windows in the active channel from top left to bottom right. The result is a comma-separated list of values for each window, with the syntax: <WindowName_1>,<WindowIndex_1>..<WindowName_n>, <WindowIndex_n>
- return
result: No help available