Window

SCPI Command :

LAYout:IDENtify[:WINDow]
class WindowCls[source]

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

get(window_name: str) int[source]
# SCPI: LAYout:IDENtify[:WINDow]
value: int = driver.applications.k60Transient.layout.identify.window.get(window_name = 'abc')

Queries the index of a particular display window in the active channel. Note: to query the name of a particular window, use the LAYout:WINDow<n>:IDENtify? query.

param window_name

String containing the name of a window.

return

window_index: Index number of the window.