awvGetDrawStatus
awvGetDrawStatus(w_windowID) =>t/nil
Description
Returns the draw status of the specified Waveform window.
Arguments
|
ID of the waveform window whose draw status is to be returned. |
Value Returned
Examples
The following example returns the draw status of the current Waveform window.
awvGetDrawStatus(awvGetCurrentWindow())
=> t
The following example returns the draw status of the specified Waveform window.
awvGetDrawStatus(window(3))
=> t
Return to top