minLength
spacings( ( minLengthtx_layer['widthf_width] ['exceptViaLayers (tx_viaLayer1tx_viaLayer2 ... tx_viaLayerN)]f_length)
) ;spacings
Determines the minimum orthogonal length for a shape on the specified layer.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The length of the shape must be greater than or equal to this value. |
Parameters
Example
The minimum orthogonal length for a shape on Metal1 must be 0.3.
spacings( ( minLength gate 0.3 )
) ;spacings
Return to top