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

lmgrGetLibDisplayOverride

lmgrGetLibDisplayOverride( 
t_libName
) 
=> l_dpl/ nil 

Description

Returns the color and icon display override settings specified by lmgrSetLibDisplayOverride and related lmgrClear functions called earlier in Virtuoso Studio.

Arguments

t_libName

A string specifying a library name.

Value Returned

l_dpl

Lists the override settings specified for color and icon.

The values returned are copied from the database and they can be modified without affecting the database.

nil

No display override settings exist for the specified library name.

Examples

Returns the icon and color for basic and US_8ths libraries specified by lmgrSetLibDisplayOverride.

lmgrSetLibDisplayOverride ( list( "US_8ths" "basic") ?icon "test.png" ?color "green") 
=>t
lmgrSetLibDisplayOverride ( "US_8ths" ?color "#00ffff") 
=>t
lmgrGetLibDisplayOverride ( "basic" ) 
=>(nil icon ("test.png") color ("green"))
lmgrGetLibDisplayOverride( "US_8ths" ) 
=>(nil icon ("test.png") color ("#00ffff"))
lmgrGetLibDisplayOverride( "no_override_for_library" )
=>nil

Related Topics

lmgrSetLibDisplayOverride

lmgrClearLibDisplayColorOverride

lmgrClearLibDisplayIconOverride

lmgrClearLibDisplayOverride

Display Settings Form


Return to top
 ⠀
X