Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetTechLibName

techGetTechLibName( 
g_ID
)
=> t_name / nil

Description

Returns the value of the techLib property set for the specified library. This property is one of two that attach a library to a technology database.

Arguments

g_ID

The design data identifier for the library. To get the design data identifier, use ddGetObj. For more information about design data identifiers and ddGetObj, see Virtuoso Studio Design Environment SKILL Reference.

Value Returned

t_name

The value of the techLib property.

nil

The library or technology library name does not exist.

Example

techGetTechLibName(ddGetObj("libName"))
=> techLib

Returns the name of the library bound to the library libName.


Return to top
 ⠀
X