I have this simple netlist
First Circuit
R1 1 2 3k
R2 2 0 6k
R3 2 3 4k
R4 3 0 2k
Vs 1 0 DC 9
Is 3 0 DC 5M
.dc
.End
In the past when running a text based SPICE program I get and output file where it tells me all of the node voltages and other simple DC analysis. How do I get ngspice to give me these values or create an output file? I have put
.print dc v(v1)
but I still don't get anything.