techGetDeviceProp
techGetDeviceProp(d_techID t_deviceName t_viewNamet_propName) =>g_value/ nil
Description
Returns the value of the specified device property from the specified technology database.
For more information about the Devices class, see
Arguments
Value Returned
|
The technology database, device, or property does not exist or the property value is |
Example
techGetDeviceProp(tfID "MOS1" "layout" "prop1")
=> 2.0
Returns the value, 2.0, of the property prop1 defined for the MOS1 layout device in the technology database identified by tfID.
Return to top