minSameNetSpacing
Sets the minimum spacing, edge-to-edge, between shapes on the specified layer and on the same net.
minSameNetSpacing Quick Reference
|
|
|
Value Types
minSameNetSpacing constraints have the following value types:
-
Value
Specifies the minimum spacing, edge-to-edge, between shapes on the specified layer and on the same net.Format Example set_layer_constraint -constraint minSameNetSpacing \
-layers_layer-Valuef_space -
OneDTblValue
Specifies the minimum spacing based on width.Format Example set_layer_constraint -constraint minSameNetSpacing \
-layers_layer-row_name width \
-OneDTblValue {{f_widthf_space}…} -
TwoDTblValue(custom, derived)
See minSpacing for examples.
Parameters
-
widthLengthTableType(IntValue) specifies the table type whenminSameNetSpacingis aTwoDTblValuetable. The values are given in Table 16-1. -
distanceMeasureType(IntValue, optional) specifies the spacing measurement method as Euclidean (0, default) or Manhattan (1). For information on this parameter, see Euclidean and Manhattan Spacing Constraints. -
eolAddSpace(OneDTblValue, optional) specifies additional spacing required based on the wire width. -
eolRadialCheck(BoolValue, optional) enables radial checking from the wire corners. -
oaSpacingDirection(StringAsIntValue, optional) specifies the measurement direction. anyDirection 0 Horizontally and vertically (default) horizontalDirection 1 Horizontally only verticalDirection 2 Vertically only
Examples
-
Fixed Value
This example sets the minimum same net spacing onpoly1to1.0.Format Example set_layer_constraint -constraint minSameNetSpacing \
-layer poly1-Value 1.0spacings( ( minSameNetSpacing poly1 1.0 ) )
Related Topics
Return to top