techSetOrderedElectricalRule
techSetOrderedElectricalRule(d_techIDt_constraintg_valuetx_layer1tx_layer2) => t / nil
Description
Updates the value of the first ordered electrical constraint for the specified layers in the specified technology database. ASCII technology file location: orderedElectrical subsection in the foundry constraint group. This is a legacy section of the technology file used to store data converted from a technology file containing the obsolete orderedCharacterizationRules subclass.
Arguments
Value Returned
|
The ordered electrical constraint was updated or created successfully. |
|
|
The technology database does not exist or the layers are not defined. |
Example
techSetOrderedElectricalRule(tfID "minEnclosure" 0.6 "via" "metal1")
=> t
Sets the minimum enclosure constraint for the via and metal1 layers to 0.6 user units in the technology database identified by tfID.
Return to top