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

awvZoomFit

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

Description

Fits the graph in 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

t

Zoom fit operation is successful.

nil

The specified Waveform window or subwindow does not exist.

Examples

The following example returns the traces to their original size to fit in subwindow 4 of the specified Waveform window.

awvZoomFit(window(11) ?subwindow 4)
=> t

Return to top
 ⠀
X