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

schReinitializeShapeStyles

schReinitializeShapeStyles( 
[ ?displayName t_displayName ]
)
=> t / nil

Description

Updates the style of all schematic shapes in the current session to reflect any changes made in the Display Resource Editor. Use this function to refresh non-default shape styles, for example, custom wire line styles and colors.

Arguments

?displayName t_displayName

The current display name. Specifies on-screen or printable format.
Default: display

Value Returned

t

Command completed successfully.

nil

Command failed.

Examples

schReinitializeShapeStyles ( ?displayName "display" )
=> t

Return to top
 ⠀
X