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.layout.identify.window.get(window_name = 'abc')

Queries the index of a particular display window in the active channel.

Parameters:

window_name – String containing the name of a window.

Returns:

window_index: Index number of the window.