Just wondering if anybody else has played with NXSpice to learn about circuit simulation. I'm going over an old book I have titled SPICE FOR CIRCUITS AND ELECTRONICS USING PSPICE by Muhammad H. Rashid. There is an example here that I'm trying to run but not getting the printout I am expecting:
VS 1 0 DC 20V
IS 0 4 DC 50MA
R1 1 2 500
R2 2 5 800
R3 2 3 1KOHM
R4 4 0 200
VX 3 0 DC 0V
VY 5 4 DC 0V
.DC VS 10V 30V 10V
.PRINT DC V(4) I(VX) I(VY)
.END
Anybody else want to fiddle with it? It does not print out any current values.
Well I'm making progress. ngspice on Linux is effectively Spice3 compatible and their documentation is great. I'm learning new commands through it that work with NXSpice. Check it out! I'm cruising through the book now and most of the example code is working in NXSpice now.