techSetDeviceProp
techSetDeviceProp(d_techIDt_deviceName t_viewNamel_property) => t / nil
Description
Sets or updates the value of the specified device property in the specified technology database. If the property does not exist, this function creates it. When you create a device or set a property on a device, the software adds the device name, view name, property name, and property value for each property on the device.
For more information about the Devices class, see
Arguments
|
A list of the property name and value. The list has the following syntax: |
Value Returned
Example
techSetDeviceProp(tfID "MOS1" "layout" list("prop1" 2.0))
Sets the property prop1 to 2.0 for the MOS1 device in the technology database identified by tfID.
Return to top