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

cdsGetInstPath

cdsGetInstPath( 
[ t_name ] 
) 
=> t_string

Description

Returns the absolute path of the Cadence installation directory as a string. cdsGetInstPath is for the cds root hierarchy and is meant to be used by all Virtuoso and non-Virtuoso applications.

Arguments

t_name

The optional argument t_name is appended to the end of the cds root path with a directory separator if necessary.

Value Returned

t_string

The installation path as a string.

Examples

cdsGetInstPath() 
=> "/cds/99.02/latest.il"
cdsGetInstPath("tools") 
=> "/cds/99.02/latest.il/tools"

Related Topics

Environment Functions

cdsGetToolsPath

getSkillPath


Return to top
 ⠀
X