minFillToFillSpacing
spacings( ( minFillToFillSpacingtx_Layerf_spacing)
) ;spacings
Specifies the minimum spacing between the fill shapes on a layer.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The spacing between fill shapes must be greater than or equal to this value. |
Parameters
Example
The minimum spacing between fill shapes on Metal1 must be at least 0.2.
spacings( ( minFillToFillSpacing "Metal1" 0.2
)
) ;spacings
Return to top