Closed hopewise closed 8 years ago
Hi,
Currently, we do not have facility to plot any specific voltage and current. We plot all the voltage at node and all the branch current. A user can pick any specific voltage/branch current from the interactive plot itself. However to get the plot it is necessary to use 'run' command in the netlist in order to plot the data points we get from ngspice.
I have modify your netlist and its working now.
*Netlist Connection Information v1 1 0 sin(0 15 60 0 0) rload 1 0 10k
*Analysis information .tran 1m 30m .plot tran v(1) .four 60 v(1)
*Please do not remove this line .control run .endc .end
hanks for support, actually your repo inspired me so much 👍
Thanks!!
I've tried this netlist: Plotting and analyzing a simple AC sinewave voltage
but I've got this error:
Please advice, thanks