awvSetCurrentWindow
awvSetCurrentWindow(w_windowID) =>t/nil
Description
Sets the specified window as the current Waveform window.
Arguments
Value Returned
Examples
The following example sets the window:4 as the current Waveform window.
awvSetCurrentWindow(window(4))
=> t
Return to top