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

awvClearPlotWindow

awvClearPlotWindow(
w_windowID
)
=> t / nil

Description

Clears the graphs shown in the specified Waveform window. History for the window and the subwindows are maintained.

Arguments

w_windowID

Waveform window ID.

Value Returned

t

Identification number of the subwindow, which can be found in the top-right corner of the subwindow.

nil

The subwindow cannot be added because the specified Waveform window does not exist.

Examples

The following example clears the graphs from the current Waveform window.

win=awvGetCurrentWindow()
=> window:5
awvClearPlotWindow(win)
=> t

Return to top
 ⠀
X