allowedWidthSpacingPatterns
spacings( ( allowedWidthSpacingPatterns 'snapPatternDeft_snapPatternDefName(l_patternNames) )
) ;spacings
(Virtuoso Advanced Node for Layout Only) Specifies the width spacing patterns allowed in a width spacing snap pattern definition.
Values
Parameters
|
The width spacing snap pattern definition to which the constraint applies. |
|
Example
The width spacing patterns allowed in width spacing snap pattern definition m1_grid are 1X and 2X.
spacings( ( allowedWidthSpacingPatterns 'snapPatternDef "m1_grid"
("1X" "2X")
)
) ;spacings
Return to top