On Tue, 2009-01-20 at 15:30 +0300, [email protected] wrote: > Hello, Patrick; > > On 1/20/09, Patrick Dupre <[email protected]> wrote: > > When I try to make the rate net, I get: > > Can't find T pin 1 called for in netlist > > There is a string in rats.c, in function ParseConnection(), > for (i = j; i > 0 && ElementName[i - 1] >= 'a'; i--); > > I think this may mean something like slotting > ("Tm-1" in the netlist is interpreted as "element T, slot m, pin 1"), > though I am not sure. > > When Tm is renamed to Tm1, it works as expected.
Yep, you got it in one.. although strictly speaking, "m" is just dropped. PCB doesn't know or care about slots. PCB drops any lower case suffixes on refdes. That might be documented somewhere, but I'm not sure where ;) -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

