minProtrusionWidth
Specifies the minimum width for a protrusion that connects to a wire based on the length of the protrusion and the width of the wire it connects to. The following must be true for the constraint to apply:
- The protrusion must connect to a wire.
- The length of the protrusion must be less than the protrusionLength in the constraint specification.
- The width of the wire the protrusion connects to must be less than or equal to the wireWidth in the constraint specification.
minProtrusionWidth Quick Reference
Value Type
minProtrusionWidth constraints have a Value that represents the minimum width, in user units, for the protrusion to apply when the criteria is met.
Parameters
-
width(Value) is the minimal width, in user units, of the wide wire for the constraint to apply. -
length(Value) is the length, in user units, that the protrusion length must be less than for the constraint to apply.
Examples
This example sets the minimum protrusion width to 0.25 on Metal3 protrusions on that meet the following requirements:
-
Have a length shorter than
1.5user units. -
Connect to a wire with a width greater than or equal to
0.5.

Related Topics
Return to top