[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Can't view result after ngspice simulation
Hello,
try the following command:
ngspice -b <filename>.cir -r <filename>.raw
The resulting raw file should be readable in gwave.
Peter
Am Dienstag, 11. Januar 2005 01:46 schrieb Mildred:
> Hi,
>
> I have a problem: after simulation in gEDA, when I open my .gw file with
> gwave, gwave doesn't want to display any value.
>
> The netlist is correst: I have no error and finally, I use a netlist
> created by Oregano. Here is the netlist:
>
> *************************
> .options NOPAGE
> *----------------------------------------------
> V_V2 1 0 dc 12 ac 0.0 sin(0.0 1.0 1.0 0 0)
> R_R1 1 0 1k
> *----------------------------------------------
> .tran 0.001 1 0 UIC
> .print tran v(1)
> .op
> *
> .end
> *************************
>
> Is tat normal I can't view anything in gwave whereas I can have the
> result of the simulation with Oregano with the same netlist ?
>
> Thank you
>
>
> Mildred