techSetDeviceClassProp
techSetDeviceClassProp(d_techIDt_deviceTypet_viewName l_propertyValue) => t / nil
Description
Updates the value of the specified device type property in the specified technology database. ASCII technology file location: devices section. If the property does not exist, this function creates it.
For more information about the devices section, see
Arguments
|
A list of the property name and value. The list has the following syntax: |
Value Returned
Example
techSetDeviceClassProp(tfID " "leTran" "layout" list("function" "transistor"))
Sets the function property of the device type leTran, view name layout to transistor in the technology database identified by tfID.
Return to top