maxLength
spacings( ( maxLengthtx_layer['widthf_width]f_length)
) ;spacings
Sets the maximum 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 less than or equal to this value. |
Parameters
|
(Virtuoso Layout Suite EXL and higher tiers) The constraint applies only when the width of the shape is less than this value. |
|
Example
The maximum length of a shape of width less than 0.08 on Metal1 must be 7.0.
spacings( ( maxLength "Metal1" 'width 0.08
7.0 )
) ;spacings
Return to top