awvCloseWindow
awvCloseWindow(w_windowID) =>t/nil
Description
Closes the specified Waveform window.
Arguments
Value Returned
Examples
The following example closes the current Waveform window.
win = awvGetCurrentWindow()
=> window:4
awvCloseWindow(win)
=> t
Return to top