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
Value Returned
Example
ddtechFileId = techGetTechFileDdId ( tfID )
Returns the design data identifier of the technology database identified by tfID.
Return to top