Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

lmgrClearLibDisplayColorOverride

lmgrClearLibDisplayColorOverride( 
g_libNames 
) 
=> t / nil 

Description

Removes the color display override setting specified by lmgrSetLibDisplayOverride. When only color is specified in the override, the entire override for the library is removed.

Arguments

g_libNames

A string or a list of strings. A string must be a valid library name within the current library list. A list of strings can have multiple library names.

For example, "basic" or list( "basic" "US_8ths")

Value Returned

t

Removes the library display override setting for the color specified by lmgrSetLibDisplayOverride.

nil

No value is specified by g_libNames.

Examples

Removes the color display override setting specified by lmgrSetLibDisplayOverride.

car( errset( lmgrSetLibDisplayOverride( list( "US_8ths" "basic") ?icon "test.png" ?color "green" ) t ) )
=>t
lmgrGetLibDisplayOverride( "basic")
=>(nil icon ("test.png") color ("green"))
lmgrClearLibDisplayColorOverride( "basic" )
=>t
lmgrGetLibDisplayOverride( "basic")
=>(nil icon ("test.png"))

Related Topics

lmgrSetLibDisplayOverride

lmgrGetLibDisplayOverride

lmgrClearLibDisplayOverride

Display Settings Form


Return to top
 ⠀
X