Error on Spice models page

Thread Starter

Unregistered

Joined Dec 31, 1969
0
You guys asked that we should post any errors spotted on your spice models page.

Here is a possible error

On the page (SPICE models) http://www.allaboutcircuits.com/vol_3/chpt_3/14.html there is an error in the line following the third paragraph.

This line reads :
General form: d[name] [anode] [cathode] [model]

I believe the last [model] should be replaced by [modelname] since modelname here refence the model on the next line named modelname
 

Dcrunkilton

Joined Jul 31, 2004
422
I am inclined to agre with your analysis. thanks for pointing out this error.

Changed from:
General form: d[name] [anode] [cathode] [model]
.model ([modelname] d [parmtr1=x] [parmtr2=y] . . .)
to:
General form: d[name] [anode] [cathode] [modelname]
.model ([modelname] d [parmtr1=x] [parmtr2=y] . . .)

Once I update ibiblio, I will post back here.
 

Dcrunkilton

Joined Jul 31, 2004
422
I have updated the ibiblio copy for numerous corrections (not just for this thread) over the last few days. The list of affected files and images follows:
DC V1:dcmeter.sml contrib.sml 00502.png
AC V2:basicac.sml contrib.sml
Semi V3: bjt.sml diode.sml contrib.sml theory.sml 03288.png 03304.png 03392.png
Digital V4: boolean.sml contrib.sml
 
Top