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

awvGetXAxisMinorDivisions

awvGetXAxisMinorDivisions(
w_windowID
[ ?subwindow x_subwindow ]
)
=> x_minorDivisions / nil

Description

Returns the number of minor divisions that are set on the x axis of a graph in a subwindow of the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

?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

x_minorDivisions

Number of the minor divisions on the x axis of the specified graph.

nil

The specified Waveform window or subwindow does not exist.

Examples

The following example returns the number of minor divisions on the x axis in the current subwindow of the current Waveform window.

awvGetXAxisMinorDivisions(awvGetCurrentWindow() ?subwindow awvGetCurrentSubwindow(awvGetCurrentWindow()))
=> 10

The following example returns the number of minor divisions on the x axis in the subwindow 3 of the specified Waveform window.

awvGetXAxisMinorDivisions(window(16) ?subwindow 3)
=> 15

Return to top
 ⠀
X