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

techGetTechFile

techGetTechFile( 
{ g_libID }
) 
=> d_techID / nil

Description

Returns the identifier of the technology database attached to the specified DFII library.

Arguments

g_libID

The design data identifier for the database.

To get the design data identifier, use the ddGetObj function. For more information, see Virtuoso Studio Design Environment SKILL Reference.

Value Returned

d_techID

The database identifier of the technology database.

nil

The library does not exist.

Example

techGetTechFile( libID )
=> techFileID

Returns the database identifier of the technology database bound to the library identified by libID.


Return to top
 ⠀
X