pkgMinSpacing
spacings( ( pkgMinSpacingtx_layer{'line | 'pin | 'thruPin | 'smdPin | 'testPin | 'thruVia | 'bbVia | 'testVia | 'microVia | 'shape | 'bondFinger | 'via | 'hole} {'lineOther | 'pinOther | 'thruPinOther | 'smdPinOther | 'testPinOther | 'thruViaOther | 'bbViaOther | 'testViaOther | 'microViaOther | 'shapeOther | 'bondFingerOther | 'viaOther} 'diffNet | 'sameNetf_spacing)
) ;spacings
(Virtuoso Layout Suite MXL Only) Specifies the minimum spacing between shapes of the specified object types on the specified layer for RF and advanced package designs.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The minimum spacing between two Metal1 via shapes on different nets is 0.1.
spacings( ( pkgMinSpacing "Metal1" 'via 'viaOther
'diffNet
0.1
)
) ;spacings
Return to top