Re: gEDA-user: zview

2011-03-30 Thread A.Burinskiy
Hello, Sorry for inconvenience, for some reason file was uploaded partially. Please try again. md5sum in the readme. Will place screenshots soon. Thanks, Alex. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman

Re: gEDA-user: Interpreter for automation schematics

2011-03-30 Thread John Doty
On Mar 30, 2011, at 6:03 PM, Peter Clifton wrote: > On Wed, 2011-03-30 at 21:22 +0200, John Erlandsson wrote: >> Thanks for that. I am making progress now... >> >> Where can I find a list of all procedures and globals that can be used >> for scripting? The libgeda wikipage doesn't seem to cover

Re: gEDA-user: Interpreter for automation schematics

2011-03-30 Thread Peter Clifton
On Wed, 2011-03-30 at 21:22 +0200, John Erlandsson wrote: > Thanks for that. I am making progress now... > > Where can I find a list of all procedures and globals that can be used > for scripting? The libgeda wikipage doesn't seem to cover them all. I don't think we have one really - grep the so

gEDA-user: Toporouter site non-responsive

2011-03-30 Thread Larry Doolittle
Hi - The nice pages that Anthony Blake had up describing his toporouter efforts are currently unavailable. Anthony, can you kick your server? If anyone has an out-of-band method of reaching Anthony, can you point this out? And if someone has a mirror up somewhere, can you post a link? http://w

Re: gEDA-user: Interpreter for automation schematics

2011-03-30 Thread John Erlandsson
Thanks for that. I am making progress now... Where can I find a list of all procedures and globals that can be used for scripting? The libgeda wikipage doesn't seem to cover them all. //John On 03/30/2011 01:36 PM, Peter Clifton wrote: If you type ":" to get a scheme prompt, then enter: (d

Re: gEDA-user: zview

2011-03-30 Thread Aaron Turner
On Wed, Mar 30, 2011 at 4:38 AM, Peter Clifton wrote: > On Tue, 2011-03-29 at 20:30 -0700, A.Burinskiy wrote: >> Dear gEDA community, >> >> I publish program on sourceforge.org that displays ngspice raw files. >> Project name is zview. Appreciate any feedback. > > Do you have a link, or screenshot

Re: gEDA-user: zview

2011-03-30 Thread Peter Clifton
On Tue, 2011-03-29 at 20:30 -0700, A.Burinskiy wrote: > Dear gEDA community, > > I publish program on sourceforge.org that displays ngspice raw files. > Project name is zview. Appreciate any feedback. Do you have a link, or screenshots? -- Peter Clifton Electrical Engineering Division, Engine

Re: gEDA-user: Interpreter for automation schematics

2011-03-30 Thread Peter Clifton
On Wed, 2011-03-30 at 10:37 +0200, John Erlandsson wrote: > >(define (test2) >(display "work dammit!") >(newline) >) If you type ":" to get a scheme prompt, then enter: (display "work dammit!") in gschem, it does indeed print to the console. I wonder if your function w

Re: gEDA-user: Interpreter for automation schematics

2011-03-30 Thread John Erlandsson
Hello again! After reading mr. Dotys tutorial on guile scripting, I decided that this was the way to go. A few questions: I would prefer to run scripts from gschem directly. But I cant find a way to output text. This makes the learning curve a lot steeper. I tried starting gsch