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

ddSetForcedLib

ddSetForcedLib( 
t_path
) 
=> t / nil 

Description

If the given path is a valid path, the forcedLib is used for all future library updates/creates/deletes and t is returned. If the path is an empty string, the default cds.lib file is used for all future library updates/creates/deletes and t is returned. If a path is given that is not valid, nil is returned with no error message and the forcedLib will be unchanged.

ddSetForcedLib does not automatically update the list of libraries. Call ddUpdateLibList to update the list of libraries using the forced library definition file that was set.

Arguments

t_path

The path to the cds.lib file you want to use.

Value Returned

t

The path to the cds.lib file is valid.

nil

The path to the cds.lib file is not valid.

Example

ddSetForcedLib( "/user/library/cds.lib" ) => t 

Related Topics

ddUpdateLibList

ddSetForcedLibEx

ddGetForcedLibEx


Return to top
 ⠀
X