maxJogLength
Specifies the maximum length, in user units, for a wire jog, measured center point to center point. By default, the maximum jog length is infinite.
maximumLength Quick Reference
Value Type
maxJogLength constraints have a Value that represents the maximum length for a wire jog, in user units, measured center point to center point
Examples
This example sets the maximum length for wire jogs on Metal1 to 15.0 μm.
set_layer_constraint -constraint maxJogLength -layer Metal1 -Value 15.0
Related Topics
Return to top