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

awvGetWindowList

awvGetWindowList(
)
=> l_windows / nil

Description

Returns a list of IDs of all Waveform windows associated with the current process.

Arguments

None

Value Returned

l_windows

A list containing IDs of Waveform windows.

nil

No Waveform windows are currently open.

Examples

The following example returns a list of IDs of all Waveform windows associated with the current process.

awvGetWindowList()
=> (window:3 window:4 window:5)

Return to top
 ⠀
X