[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA: automatic netnames in gschem




> - Tell pcb or whatever app to select the net connected to pin 2 of
> R1 and/or pin 3 of R2.

Amusingly enough, I just added that command to my hid sources yesterday.

	net [select|find|rats|norats] [net-regex] (opt-pin-regex)

So, you can tell pcb "net select . R2-1" and it selects any net that
includes pin R2-1.  This happens to work because all nets have *some*
name in pcb, and "." matches any net with at least one character in
its name.

Hmmm... maybe pcb should, generically, allow pin names wherever a net
name is expected?