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

techGetTechFileName

techGetTechFileName( 
g_ID
) 
=> t_name / nil

Description

Returns the value of the techFile property for the specified DFII 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, see Virtuoso Studio Design Environment SKILL Reference.

Value Returned

t_name

The value of the techFile property.

nil

The library does not exist.

Example

techGetTechFileName(ddGetObj("libName"))
=> tech.db

Returns the name of the technology database bound to the DFII library identified by the design data identifier obtained by ddGetObj("libName").


Return to top
 ⠀
X