pkgMinHoleSpacing
spacings( ( pkgMinHoleSpacingtx_layer'line | 'pin | 'thruPin | 'smdPin | 'testPin | 'thruVia | 'bbVia | 'testVia | 'microVia | 'shape | 'bondFinger | 'via | 'hole 'diffNet | 'sameNetf_spacing)
) ;spacings
(Virtuoso Layout Suite MXL Only) Specifies the minimum spacing between drill shapes and shapes of the specified object type on the specified layer.
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 drill shapes and shapes that are on different nets on the Metal1 layer of the bondFinger object type is 0.1.
spacings( ( pkgMinHoleSpacing "Metal1" 'bondFinger
'diffNet
0.1
)
) ;spacings
Return to top