[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Phase and Magnitude of Current



> 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
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user