Minimum width of a zone
(rule absolute_min_zone_width
(constraint assertion "A.Minimum_Width >= x.xmm")
(condition "A.Type == 'Zone'"))
Although it appears to have been renamed in the code to Minimum_Width, and the docs call it Min_Width. How can I make use of this? It looks like this can’t be used as a constraint, but only as a condition, which doesn’t really make sense to me.
My end goal is to have some DRC to check minimum zone width. Say I have net classes for checking all my minimum track thicknesses, and one track is too thin. If I replace it with a zone with the same dimensions, the DRC error will disappear, but the prob…
Although personally I would just draw a copper track (with a certain width) through the zone to ensure a certain width as I also mentioned in that thread. But to each his own solution.
4 Likes