awvSetCurrentSubwindow
awvSetCurrentSubwindow(w_windowID x_subwindow) =>t/nil
Description
Sets the specified subwindow as the current subwindow.
Arguments
|
Identification number of the subwindow (found in the top-right corner of the subwindow) that you want to set as the current subwindow. |
Value Returned
|
The specified Waveform window or the subwindow does not exist. |
Examples
The subwindow 3 of the specified Waveform window is set as the current subwindow.
awvSetCurrentSubwindow(window(7) 3)
=> t
Return to top