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

schUnregisterFixedMenu

schUnregisterFixedMenu( 
t_category 
)
=> t / nil

Description

Unregisters the user-registered fixed menu for a specific cellview type and reassigns the default fixed menu.

Arguments

t_category

Cellview type for which the default fixed menu is restored; must be enclosed in quotation marks.
Valid Values: schematic, sheetSchematic, indexSchematic, symbol

Value Returned

t

Unregistered the user-registered fixed menu for specific cellview type and reassigns the default fixed menu.

nil

Unregistering was unsuccessful.

Examples

Unregisters the user-registered fixed menu for schematic cellviews and reassigns the system default fixed menu.

schUnregisterFixedMenu( "schematic" )

Return to top
 ⠀
X