definedCutClassesOnly
spacings(
( definedCutClassesOnly tx_layer )
) ;spacings
Requires that all cut shapes on the specified layer must match the cutClasses defined for the layer.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
Example
For layer Via1, only those cut shapes for which a cut class exists are legal.
spacings( ( definedCutClassesOnly "Via1" )
) ;spacings
Return to top