techUnattachTechFile
techUnattachTechFile(
d_object
)
=> t / nil
Description
Unattaches a technology database from a design library. This function unattach the technology library from the design library without remaster the devices in the design library. However, the device master cellviews remain unchanged.
If you unattach the technology database from a design library, without attaching another technology database to the design library, DFII uses the default technology database your_install_dir/tools/dfII/etc/cdsDefTechLib/tech.db.
Arguments
|
The design data identifier for the library for which to unattach its attached technology library. To get the design data identifier, use |
Value Returned
|
The technology library is unattached from the design object. |
|
Example
techUnattachTechFile(ddGetObj("libName"))
=> t
Unattaches the technology database currently attached to the library identified by libID.
Return to top