[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Basic questions from a gEDA & Linux noob (replies to Vol15, Issue 24)
Felix Fujishiro wrote:
I would like to turn off the visibility, to make it look
'cleaner' and to avoid any chance of a random connection.... could you tell
me how I might do that?
I found away to minimize a pin via editing the symbol file...not sure if there is a way
using the GUI to do it. I changed a likely flag, and visibility of the pin reduced
to the red dot on its end. You could get everything else the way you want it, then run a script
to modify your symbols, since the substrate connection is the one to make invisible.
A text processing script could just match on substrate, then modify that line in every symbol.
diff test-invisible-pin.sym test-visible-pin.sym
29c29
< P 2100 1000 1800 1000 0 0 0
---
> P 2100 1000 1800 1000 1 0 0
See attached example files.
John Griessen
--
Ecosensory Austin TX
tinyOS devel on: ubuntu Linux; tinyOS v2.0.2; telosb ecosens1
v 20070526 1
B 300 200 1800 1400 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1
T 300 1700 5 10 0 0 0 0 1
footprint=xxx
T 300 2000 5 10 0 0 0 0 1
description=test-invisible-pin
T 300 2200 5 10 0 0 0 0 1
device=test-invisible-pin
T 300 2400 5 10 0 0 0 0 1
distlicense=GPL
T 300 2600 5 10 0 0 0 0 1
uselicense=unlimited
T 300 2800 5 10 0 0 0 0 1
author=John Griessen
T 300 3000 5 10 0 0 0 0 1
copryright=ecosensory.com
T 950 -500 9 14 1 1 0 3 1
refdes=U?
P 0 1300 300 1300 1 0 0
{
T 350 1300 9 14 1 1 0 1 1
pinlabel=IO1
T 200 1350 5 8 1 1 0 6 1
pinnumber=1
T 200 1350 5 8 0 1 0 6 1
pinseq=1
}
P 2100 1000 1800 1000 1 0 0
{
T 1750 1000 9 14 0 2 0 7 1
pinlabel=GND
T 1900 1050 5 8 0 2 0 0 1
pinnumber=5
T 1900 1050 5 8 0 2 0 0 1
pinseq=5
}
v 20070526 1
B 300 200 1800 1400 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1
T 300 1700 5 10 0 0 0 0 1
footprint=xxx
T 300 2000 5 10 0 0 0 0 1
description=test-invisible-pin
T 300 2200 5 10 0 0 0 0 1
device=test-invisible-pin
T 300 2400 5 10 0 0 0 0 1
distlicense=GPL
T 300 2600 5 10 0 0 0 0 1
uselicense=unlimited
T 300 2800 5 10 0 0 0 0 1
author=John Griessen
T 300 3000 5 10 0 0 0 0 1
copryright=ecosensory.com
T 950 -500 9 14 1 1 0 3 1
refdes=U?
P 0 1300 300 1300 1 0 0
{
T 350 1300 9 14 1 1 0 1 1
pinlabel=IO1
T 200 1350 5 8 1 1 0 6 1
pinnumber=1
T 200 1350 5 8 0 1 0 6 1
pinseq=1
}
P 2100 1000 1800 1000 0 0 0
{
T 1750 1000 9 14 0 2 0 7 1
pinlabel=GND
T 1900 1050 5 8 0 2 0 0 1
pinnumber=5
T 1900 1050 5 8 0 2 0 0 1
pinseq=5
}
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user