awvZoomFit
awvZoomFit(w_windowID[?subwindowx_subwindow] ) =>t/nil
Description
Fits the graph 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 returns the traces to their original size to fit in subwindow 4 of the specified Waveform window.
awvZoomFit(window(11) ?subwindow 4)
=> t
Return to top