awvGetYAxisStepValue
awvGetYAxisStepValue(w_windowID x_yNumber[?stripNumberx_stripNumber] [?subwindowx_subwindow] ) =>x_stepSize/nil
Description
Returns the step size for the major divisions of specified y axis of a strip in the specified subwindow of a Waveform window. The step value indicates the spacing between major divisions of y axis.
Arguments
Value Returned
|
Step size for the major divisions of the specified y axis in the specified graph. |
|
|
The specified Waveform window, subwindow, y-axis number, or the strip number does not exist. |
Examples
The following example returns the step size for the major divisions of the y-axis number 1 of the strip number 2 in the subwindow 3 of the specified Waveform window.
awvGetYAxisStepValue(window(19) 1 ?stripNumber 2 ?subwindow 3)
=> 0.0005
This indicates that major divisions of the specified y axis are spaced at 500uV (0.0005) in the specified graph.
Return to top