Window

SCPI Command :

LAYout:IDENtify[:WINDow]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window_name: str) int[source]
# LAYout:IDENtify[:WINDow]
value: int = driver.applications.k7AnalogDemod.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.

Parameters:

window_name – String containing the name of a window.

Returns:

window_index: Index number of the window.