Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvGetCurrentWindow

awvGetCurrentWindow(
)
=> w_windowID / nil

Description

Returns the window ID of the current Waveform window.

Arguments

None

Value Returned

w_windowID

Window ID of the current Waveform window.

nil

No Waveform window is currently open.

Examples

The following example returns the window ID of the current Waveform window.

awvGetCurrentWindow()
=> window:8

Return to top
 ⠀
X