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

lmgrClearLibDisplayIconOverride

lmgrClearLibDisplayIconOverride( 
g_libNames 
) 
=> t / nil 

Description

Removes the icon display override setting specified by lmgrSetLibDisplayOverride. When only icon     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 color specified by lmgrSetLibDisplayOverride.

nil

No value is specified by g_libNames.

Examples

Removes the icon 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"))
lmgrClearLibDisplayIconOverride( "basic" )
=>t
lmgrGetLibDisplayOverride( "basic")
=>(nil icon ("green"))

Related Topics

lmgrClearLibDisplayColorOverride

lmgrClearLibDisplayOverride

lmgrGetLibDisplayOverride

lmgrSetLibDisplayOverride


Return to top
 ⠀
X