techGetFabricType
techGetFabricType(d_techfileID) =>t_fabricType/ nil
Description
Returns the fabric type of a technology database.
Arguments
Value Returned
|
The technology database does not exist, or does not have a fabric type specified. |
Example
techGetFabricType(tech)
=> "ic"
Returns ic as the fabric type for the technology database.
Return to top