Is there a way to give a color to a net name , let's say : assign the colors blue to the netname :
GND , so all airwire , pad , wire , pads will be in blue .
Is there a way to give a color to a net name , let's say : assign the colors blue to the netname :
GND , so all airwire , pad , wire , pads will be in blue .
On 11/16/2013 7:28 AM, Claude from GVA wrote:
Is there a way to give a color to a net name , let's say : assign the
colors blue to the netname :
GND , so all airwire , pad , wire , pads will be in blue .
--
To view any images and attachments in this post, visit:
http://www.element14.com/community/message/94884
Hi Claude,
I hope you're doing well. Unfortunately, this is not possible in EAGLE
at this time. If you only want to see certain airwires you can use the
RATSNEST command in the command line to show only the airwires your
interested.
RATSNEST ! *; //This hides all of the airwires
RATSNEST GND; //This shows only the GND airwires
RATSNEST *; //Restores all of the airwires
hth,
Jorge Garcia