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

awvCloseWindow

awvCloseWindow(
w_windowID
)
=> t / nil

Description

Closes the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

Value Returned

t

Waveform window is closed.

nil

The specified Waveform window does not exist.

Examples

The following example closes the current Waveform window.

win = awvGetCurrentWindow()
=> window:4
awvCloseWindow(win)
=> t

Return to top
 ⠀
X