awvClearSubwindowHistory
awvClearSubwindowHistory(w_windowID[?subwindowx_subwindow] ) =>t/nil
Description
Erases the contents from a subwindow of the specified Waveform window.
This function deletes the waveforms, title, date stamp, and labels stored in the internal memory. The other subwindows are not affected.
Arguments
Value Returned
|
Contents of the subwindow cannot be erased because the specified Waveform window or the subwindow does not exist. |
Examples
The following example erases contents of the subwindow 3 from the current Waveform window.
win = awvGetCurrentWindow()
=> window:4
awvClearSubwindowHistory(win ?subwindow 3)
=> t
Return to top