Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiZoomOut

hiZoomOut(
[ w_window ] 
[ l_bBox ] 
) 
=> t / nil 

Description

Zoom out of a design.

This function also decreases the magnification of the design and, consequently, increases the extent of the design viewed in the window.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Arguments

w_window

The window ID. If not specified, the current window is used.

Note: w_window cannot be a session window or a dockable window.

l_bBox

Bounding box specified in user units. If this is not specified, the function prompts through a rubberbanding box.

This rubberbanding box displays the aspect ratio of the window. This means the box always contains what is currently viewable.

After the rectangular area is specified, the command zooms out to fit the contents of w_window into the rectangular area.

Value Returned

t

The magnification is decreased.

nil

zoomPanProc or uPointToDbuProc are not registered on the window.

Related Topics

Viewing Functions

hiZoomIn

hiZoomRelativeScale

hiZoomAbsoluteScale

hiZoomWindowAtPoint

hiZoomWindowAtMouse

hiZoomInAtMouse

hiZoomOutAtMouse


Return to top
 ⠀
X