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

schAsstZoomAtMouse

schAsstZoomAtMouse(
?dir s_dir
[ w_windowId ]
)
=> t

Description

Zooms in or out at the cursor in canvas of the Schematic assistant.

Arguments

?dir s_dir

Symbol denoting the zoom mode. Possible values are in and out. The default is in.

w_windowId

Window containing the Schematic assistant.

Value Returned

Always returns t.

Examples

Zooms in at the cursor.

hiSetBindKey("Schematic Assistant" "<Btn4Down>" "schAsstZoomAtMouse(?dir 'in)")

Zooms out at the cursor.

hiSetBindKey("Schematic Assistant" "<Btn5Down>" "schAsstZoomAtMouse(?dir 'out)")

Return to top
 ⠀
X