Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schAsstZoomToSelSet

schAsstZoomToSelSet(
[ w_windowId ]
[ x_scale ]
)
=> t

Description

Zooms in or out the canvas of the Schematic assistant to display the currently selected objects.

Arguments

w_windowId

Window containing the Schematic assistant.

x_scale

Specifies the scale of the zoom on the viewbox. The default is equal to the value of the autoZoomScale environment variable. The default is 90.

Value Returned

Always returns t.

Examples

Scales the zoom to 90 percent.
schAsstZoomToSelSet(hiGetCurrentWindow() 90)


Return to top
 ⠀
X