Re: gEDA-user: displaying nets on a component in PCB

2006-08-29 Thread DJ Delorie
> gtk... i didn't realize there was a difference syntactically In an ideal world there wouldn't be. But it depends on which functions get called to parse the action string. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-b

Re: gEDA-user: displaying nets on a component in PCB

2006-08-29 Thread Taylor Jones
On 8/29/06, DJ Delorie <[EMAIL PROTECTED]> wrote: > Sweet. That worked for me. But I had to use ( ) and commas like:lesstif or gtk hid?  I use lesstif.gtk... i didn't realize there was a difference syntactically ___ geda-user mailing list geda-user@mori

Re: gEDA-user: displaying nets on a component in PCB

2006-08-29 Thread DJ Delorie
> Sweet. That worked for me. But I had to use ( ) and commas like: lesstif or gtk hid? I use lesstif. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: displaying nets on a component in PCB

2006-08-29 Thread Taylor Jones
On 8/23/06, DJ Delorie <[EMAIL PROTECTED]> wrote: > Sorry, I didn't notice the log message I get after entering the second> netlist command:>> Net .* has no pin U6-.*Try this patch.  With it, you have three rats options::netlist rats Adds all rats to the list (default):netlist norats:netli

Re: gEDA-user: displaying nets on a component in PCB

2006-08-23 Thread DJ Delorie
> Sorry, I didn't notice the log message I get after entering the second > netlist command: > > Net .* has no pin U6-.* Try this patch. With it, you have three rats options: :netlist rats Adds all rats to the list (default) :netlist norats :netlist rats .* U31 Adds rats for

Re: gEDA-user: displaying nets on a component in PCB

2006-08-23 Thread DJ Delorie
> Net .* has no pin U6-.* Oops, sorry, my mistake. The pin argument doesn't allow for regexes, but it does allow for refdeses. This works for me: :netlist select .* U25 Unfortunately, there's a bug in the rats functions, so this doesn't actually change the rat list the way you'd expect. I'll

Re: gEDA-user: displaying nets on a component in PCB

2006-08-23 Thread Taylor Jones
On 8/23/06, Taylor Jones <[EMAIL PROTECTED]> wrote: On 8/22/06, DJ Delorie <[EMAIL PROTECTED]> wrote: > Is there a way to display _just_ the rats-nest for nets connected to> s specific component in PCB?Try this:'e' to erase existing rats.:netlist(norats):netlist(rats,.*,U45-.*) Then 'o' to optimiz

Re: gEDA-user: displaying nets on a component in PCB

2006-08-23 Thread Taylor Jones
On 8/22/06, DJ Delorie <[EMAIL PROTECTED]> wrote: > Is there a way to display _just_ the rats-nest for nets connected to> s specific component in PCB?Try this:'e' to erase existing rats.:netlist(norats):netlist(rats,.*,U45-.*) Then 'o' to optimize the new rats.I'm also interested in this feature, b

Re: gEDA-user: displaying nets on a component in PCB

2006-08-22 Thread DJ Delorie
> Is there a way to display _just_ the rats-nest for nets connected to > s specific component in PCB? Try this: 'e' to erase existing rats. :netlist(norats) :netlist(rats,.*,U45-.*) Then 'o' to optimize the new rats. ___ geda-user mailing list ged

gEDA-user: displaying nets on a component in PCB

2006-08-22 Thread David Rowe
Hi, Is there a way to display _just_ the rats-nest for nets connected to s specific component in PCB? Thanks, David ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user