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

Re: gEDA-user: spice



Hi Kovács,

On Thursday 20 October 2005 19:49, Kovács Levente wrote:
> A question about ngspice here. I have more than one .plot command in
> my net file. How can I make ngspice, or ngnutmeg to plot ascii output
> to different files?

first set the output type to ascii:
set filetype=ascii

then write the vectors you like to a file:
write [filename] 
write filename [vector] [vector]

> Or... How can I postprocess raw file with gnuplot?

You need to do file conversion. If you have octave you can use it as 
glue language and for post processing.

regards
Werner
(octave import filter attached)

Attachment: octave_spice.tar.gz
Description: application/tgz