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

schHiGotoSheet

schHiGotoSheet(
[ ?sheetNum g_sheetNum ]
)
=> t

Description

Traverses sheets in a multisheet schematic. Usable only when editing an index or sheet of a multisheet schematic.

If you do not specify a sheet number, the form appears for you to indicate a value.

Arguments

?sheetNum g_sheetNum

An integer that indicates a sheet number or a string that describes the sheet number by the keywords first, last, previous, next, index.

Value Returned

Always returns t.

Examples

Views or edits sheet number 3 in the current window.

schHiGotoSheet( 3 )

Return to top
 ⠀
X