awvRedisplaySubwindow
awvRedisplaySubwindow(w_windowID[?subwindowx_subwindow] [?readDatag_readData] ) =>t/nil
Description
Refreshes the display of a subwindow in the specified Waveform window.
Arguments
|
Identification number of the subwindow, which is found in the top-right corner of the subwindow. If you do not specify this argument, the current subwindow is used. |
|
Value Returned
Examples
The following example refreshes the display of subwindow 2 of the current Waveform window.
awvRedisplaySubwindow(awvGetCurrentWindow() ?subwindow 2 ?readData nil)
=> t
Return to top