awvSetYRange
awvSetYRange(w_windowID x_yNumber n_range[?stripNumberx_stripNumber] [?subwindowx_subwindow] ) =>t/nil
Description
Sets the range of y axis in the specified strip in a subwindow. The specified range must be positive.
The range is the difference between the maximum y-axis value and the minimum y-axis value. The maximum value for y axis is automatically computed according to the waveforms. The minimum is calculated by subtracting the specified range from the maximum y-axis value.
Arguments
Value Returned
|
The specified Waveform window, subwindow, y-axis number, or the strip number does not exist. |
Examples
The following example sets the range of y-axis number 1 to 10 in strip number 2 of the current subwindow in the specified Waveform window.
awvSetYRange(window(3) 1 10 ?stripNumber 2)
=> t
Return to top