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
Value Returned
|
Identification number of the subwindow, which can be found in the top-right corner of the subwindow. |
|
|
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