Difference between revisions of "EAGLE Tips"
From Hackstrich
(First little ULP snippet!) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Check for any nets named starting with N$ (default useless name) and | + | == Check for Unnamed Nets == |
− | + | Check for any nets named starting with N$ (default useless name), highlight them, and draw a box around them to make small ones easy to find. | |
− | + | SHOW @ N$* | |
− | + | ||
− | + | [[Category:Notes]] | |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:55, 17 October 2010
Check for Unnamed Nets
Check for any nets named starting with N$ (default useless name), highlight them, and draw a box around them to make small ones easy to find.
SHOW @ N$*