Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvSetXAxisUseStepValue

awvSetXAxisUseStepValue(
w_windowID
g_useStepSize
[ ?subwindow x_subwindow ]
)
=> t / nil

Description

Specifies whether to use the step size for the major divisions of x axis in the specified graph.

Arguments

w_windowID

Waveform window ID.

g_useStepSize

Specifies whether to use the step size for the major divisions of x axis.

Valid values are:

  • t: Step size is used.
  • nil: Step size is not used.

?subwindow x_subwindow

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

t

The functions runs successfully.

nil

The specified Waveform window or subwindow does not exist.

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
 ⠀
X