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

schHiRenumberSheet

schHiRenumberSheet(
[ ?from n_from ]
[ ?to n_to ]
)
=> t

Description

Changes the number of a sheet in a multisheet schematic. Changes the cell name of the renumbered schematic to match the destination sheet number. If a sheet already exists with the destination number, the renumbered sheet is inserted before it. All succeeding sheets will be renumbered accordingly.

Arguments

?from n_from

The number of the sheet to renumber.

?to n_to

The new number for the sheet.

Value Returned

Always returns t.

Examples

Renumbers sheet number 1 to sheet number 2. If sheet number 2 already exists, you are prompted to continue. If you want to continue, sheet number 2 becomes sheet number 3 and all succeeding sheets are renumbered accordingly.

schHiRenumberSheet( 1 2 )

Return to top
 ⠀
X