awvSetXAxisUseStepValue
awvSetXAxisUseStepValue(w_windowID g_useStepSize[?subwindowx_subwindow] ) =>t/nil
Description
Specifies whether to use the step size for the major divisions of x axis in the specified graph.
Arguments
Value Returned
Examples
The following example enables the use of step size for the major divisions of x axis in the subwindow 2 of the specified Waveform window.
awvSetXAxisUseStepValue(window(14) t ?subwindow 2)
=> t
The following example disables the use of step size for the major divisions of x axis in the subwindow 3 of the specified Waveform window
awvSetXAxisUseStepValue(window(15) nil ?subwindow 3)
=> t
Return to top