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

techGetTechFileDdId

techGetTechFileDdId( 
d_techID
) 
=> g_ddtechID / nil

Description

Returns the design data identifier for the technology database identified by the specified techID. This function is a wrapper for the ddGetObj function specifically designed to return the design data identifier of a technology database.

For more information about design data identifiers and ddGetObj, see Virtuoso Studio Design Environment SKILL Reference.

Arguments

d_techID

The database identifier of the technology database.

Value Returned

g_ddtechId

The design data identifier of the technology database.

nil

The technology database does not exist.

Example

ddtechFileId = techGetTechFileDdId ( tfID )

Returns the design data identifier of the technology database identified by tfID.


Return to top
 ⠀
X