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

schAsstScroll

schAsstScroll(
?dir t_dir
[ w_windowId ]
)
=> t

Description

Pans the canvas in the Schematic assistant in the passed direction.

Arguments

?dir t_dir

The possible values are as follows:

  • n (North - up)
  • e (East - right)
  • s (South - down)
  • w (West - left)

The default is nil.

w_windowId

Window containing the Schematic assistant.

Value Returned

Always returns t.

Examples

Pans the canvas up.

schAsstScroll(?dir "n")

Pans the canvas right.

schAsstScroll(?dir "e")

Return to top
 ⠀
X