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

schAsstZoomRelativeScale

schAsstZoomRelativeScale(
[ w_windowId ]
[ f_scale ]
)
=> t

Description

Zooms in or out of the canvas of the schematic assistant.

Arguments

w_windowId

Window containing the Schematic assistant.

f_scale

Specifies the amount of zoom. Values larger than 1.0 zoom in, values smaller than 1.0 zoom out. The default is 1.0.

Value Returned

Always returns t.

Examples

Zooms in to 1.25 magnification.
schAsstZoomRelativeScale(?scale 1.25)
Zooms out to 0.8 magnification.
schAsstZoomRelativeScale(?scale 0.8)

Return to top
 ⠀
X