[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: specifying data output in gnucap



On Monday 31 October 2005 03:09 pm, Karel Kulhavy wrote:
> Is it possible to specify data output file in gnucap
> simulation on commandline?

Do you mean like...

tran 0 100u 10u >a-file
ac 1meg 4meg 100k >another-file

?

yes.


The latest development snapshot lets you do pipes too.


The way I usually do plotting is:

ac 20 20k dec 5 >plot-file
!gwave plot-file &

It would be really nice if gwave would accept the standard 
input.


Then you could...

ac 20 20k dec 5 |gwave