awvGetXAxisStepValue
awvGetXAxisStepValue(w_windowID[?subwindowx_subwindow] ) =>x_stepSize/nil
Description
Returns the step size for the major divisions of x axis in the specified graph. The step value indicates the spacing between major divisions of x axis.
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
|
Step size for the major divisions of x axis in the specified graph. |
|
Examples
The following example returns the step size for the major divisions of x axis in the subwindow 2 of the specified Waveform window.
awvGetXAxisStepValue(window(19) ?subwindow 2)
=> 1e-07
This indicates that major divisions of x axis are spaced at 100ns (1e-07) in the specified graph.
Return to top