techOpenDefaultTechFile
techOpenDefaultTechFile(
)
=> d_techID / nil
Description
Loads the Cadence-supplied default binary technology database into virtual memory in read mode and returns the database identifier.The default technology database resides at the following location:
your_install_dir/tools/dfII/etc/cdsDefTechLib/tech.db
Arguments
Value Returned
|
The identifier of the technology database loaded into virtual memory. |
|
|
The technology database does not exist or is not at the expected location. |
Example
techID = techOpenDefaultTechFile()
=> db:23676263
Loads the default technology database, cdsDefTechFile, from the installation directory into virtual memory. Returns the database identifier.
Return to top