Custom Design rules Examples

Clearance between via’s and tracks of the same net.

(rule "via_not_in_pad"
    (condition "A.Type == 'via' && B.Type == 'pad'")
    (constraint physical_hole_clearance (min 0.01in))
    )
5 Likes