awvIsPlotWindow
awvIsPlotWindow(w_windowID) =>t/nil
Description
Returns t if the specified window is a Waveform window.
Arguments
Value Returned
Examples
The following example indicates that the specified window is a Waveform window.
awvIsPlotWindow(window(7))
=> t
Return to top