awvDisplayDate
awvDisplayDate(w_windowID) =>t/nil
Description
Displays the current data and time in the top-right corner of the specified Waveform window.
Arguments
Value Returned
Examples
The following example removes the date and time from the top-right corner of the current Waveform window.
win=awvGetCurrentWindow()
=> window:4
awvRemoveDate(win)
=> t
The following example removes the date and time from the top-right corner of the specified Waveform window.
awvRemoveDate(window(76))
=> t
Return to top