Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddGetLibList

ddGetLibList( 
) 
=> l_libs/ nil 

Description

Generates a list of the libraries in the libList.

Arguments

None

Value Returned

l_libs

A list with one element for each library in the libList. Each element of l_libs is the ddId of a library.

nil

Execution of the function failed.

Examples

ddGetLibList( ) => (dd:2543240 dd:2611120 ) 
(ddGetLibList) ~> name => ("cdsDefTechLib" "l3") 

Return to top
 ⠀
X