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

schAsstZoomFit

schAsstZoomFit( 
f_factorWithSheet 
f_factorNoSheet 
[ w_windowId ]
)
=> t

Description

Zooms the canvas of the Schematic assistant to display the entire schematic.

Arguments

f_factorWithSheet

Zooms to 1.0 zoom scale if the schematic cellview contains a sheet border.

f_factorNoSheet

Zooms to 0.9 zoom scale if the schematic cellview does not contain a sheet border.

w_windowId

Window containing the Schematic assistant.

Value Returned

Always returns t.

Examples

Zooms the canvas of the Schematic assistant to display the entire schematic.

schAsstZoomFit()
schAsstZoomFit(?windowId myLayWin)

Return to top
 ⠀
X