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

ddGetForcedLibEx

ddGetForcedLibEx(
g_boolean
)
=> t_filePath

Description

Gets the cds.lib file that was set with the ddSetForcedLib or ddSetForcedLibEx functions or with the -cdslib command line option.

The lib.defs file is no longer supported by Virtuoso and cannot be set as a forced library definition file using ddSetForcedLibEx or -libdefs. This function will return empty string if t is passed to get the forced lib.defs file.

This function is deprecated. Use ddGetForcedLib, that can be used to get only the cds.lib file that is set.

Arguments

g_boolean

t or nil. The t option is deprecated. Pass nil to get the cds.lib file that is set as a forced file.

Value Returned

t_filePath

The path to the cds.lib file that is set (if g_boolean is nil), or an empty string ("") if the file is not set or if the deprecated t option was passed.

Example

ddGetForcedLibEx(nil)
returns "/usr1/mnt4/cds.lib" or "" if it was not set.

Related Topics

ddGetForcedLib

ddSetForcedLib

ddSetForcedLibEx


Return to top
 ⠀
X