SPICE series circuit example

Thread Starter

Red Bow Tie

Joined May 3, 2012
12
In Vol 1 Chapter 5 page 138 there is a series circuit netlist for spice. The results of running spice produces an output that includes the current i(v1)
However, there is no print statement to include this.
.print dc v(1,2) v(2,3) v(3,0)
Shouldn't the line read?
.print dc v(1,2) v(2,3) v(3,0) i(v1)
Sorry if this has already been covered.
 

Wendy

Joined Mar 24, 2008
23,421
Normally I would jump in with suggestions on the eBook, but I don't use SPICE, and am not qualified to comment. Maybe one of the other guys can fill this gap.
 
Top