techGetDeviceInClass
techGetDeviceInClass(d_techID t_deviceTypet_viewName) =>l_devices/ nil
Description
Returns a list of the names of all devices of the specified device type and view name from the specified technology database. ASCII technology file location: devices section.
For more information about the devices section, see
Arguments
Value Returned
|
A list of device names defined in the specified device type. |
|
|
The technology database does not exist, or no devices of the specified device type are defined. |
Example
techGetDeviceInClass(tfID "guardring" "layout")
=> ("NMOS1" "NMOS2")
Returns the NMOS1 and NMOS2 device names, which are guardring devices defined in the technology database identified by tfID.
Return to top