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

schHiEditSheetSize

schHiEditSheetSize(
[ ?size t_size ]
[ ?type t_type ]
)
=> t

Description

Edits the sheet border size of a schematic. Usable only when editing schematics.

If you edit a schematic that contains a sheet border, the function changes the border size and type specified. A warning is displayed in a dialog box if data is outside the new border.

Arguments

?size t_size

Specifies a new sheet border size; must be enclosed in quotation marks. If you specify none, any existing border is deleted from the schematic.
Valid Values: A, B, C, D, E, F, A Book, none

?type t_type

Specifies the sheet type; must be enclosed in quotation marks. This argument is ignored if you set t_size to none.
Valid Values: basic, continue, single
Default: basic

Value Returned

Always returns t.

Examples

Displays the options form with sheet size set to C.

schHiEditSheetSize( "C" )

Changes the current sheet size to D and the border to continue.

schHiEditSheetSize( "D" "continue" )

Return to top
 ⠀
X