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
|
The design data identifier for the library. To get the design data identifier, use |
Value Returned
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