maxSpacing
spacings( ( maxSpacingtx_layer1tx_layer2f_spacing)
) ;spacings
Defines the maximum spacing between shapes on the specified layers.
The constraint applies only to non-intersecting shapes on two different layers.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The maximum spacing between a Metal1 shape and a Metal2 shape must be 4.6.
spacings( ( maxSpacing "Metal1" "Metal2" 4.6
)
) ;spacings
Return to top