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

ddGetUpdatedLib

ddGetUpdatedLib( 
) 
=> t_filePath 

Description

Returns the path to the cds.lib file that was last used by ddUpdateLibList. This is the same as ddGetForcedLib if a forced library was in effect.

Otherwise, it is the same as ddGetStartup("cds.lib") would have returned when the ddUpdateLibList started.

Arguments

None

Value Returned

t_filePath

The path to the cds.lib file that was last used by ddUpdateLibList.

Examples

ddGetUpdatedLib( ) 
=> "/install/home/cds.lib"

Return to top
 ⠀
X