> So spice won't actually calculate the current for me?

The way to get current flow is to put a 0 volt DC voltage source in
series with the net whose current you want to measure.   Then do

print I(Vsource)

where Vsource is the name of your DC voltage source.

Then to get mag and phase:

print mag(I(Vsource)) ph(I(Vsource))

Stuart


_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to