techGetDeviceClassViewList
techGetDeviceClassViewList(d_techID) =>l_deviceClassViews/ nil
Description
Returns a list of the view names used by devices 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 the view names used for devices in the technology database. |
|
|
The technology database does not exist, or no devices are defined. |
|
Example
techGetDeviceClassViewList(tfID)
=> ("layout")
Returns the view name layout for the device classes in the technology database identified by tfID.
Return to top