techGetDeviceClass
techGetDeviceClass(d_techID t_deviceName t_viewName) =>l_types/t_type/ nil
Description
Returns a list of the names of all device types defined with the specified view in the specified technology database. ASCII technology file location: devices section. If you specify a device name, this function returns the device type of that device.
For more information about the devices section, see
Arguments
Value Returned
|
A list of device type names of all device types defined with the specified view in the current technology database. If you specify a device name, returns one device type name. |
|
Examples
techGetDeviceClass(tfID "MOS1" "layout")
=> "guardring"
Returns the device type, guardring, of the MOS1 layout device.
Return to top