techSetSpacingRule
techSetSpacingRule(d_techIDt_constraintg_valuetx_layer1[tx_layer2] ) => t / nil
Description
Updates the value of the constraint in the specified technology database that (a) is in the foundry constraint group, (b) is the first hard constraint with the specified name in a spacings subsection, and (c) is applied to the specified layer or layers. If the specified constraint does not already exist, this function creates a new spacings section containing the constraint.
Arguments
Value Returned
|
The technology database does not exist or the layers are not defined. |
Example
techSetSpacingRule(tfID "minSpacing" 0.6 "metal1")
=> t
Sets the minimum spacing constraint for metal1 objects to 0.6 user units in the foundry constraint group of the technology database identified by tfID.
Return to top