[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: specifying data output in gnucap
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: specifying data output in gnucap
- From: Al Davis <ad82@xxxxxxxxxxxxxxxx>
- Date: Tue, 1 Nov 2005 23:53:44 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Tue, 01 Nov 2005 23:52:01 -0500
- In-reply-to: <20051031200953.GA19357@kestrel>
- References: <20051031200953.GA19357@kestrel>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: KMail/1.8.2
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