Alright I've been able to add spice models to SwitcherCAD III before, but when I went to add the IRF610 model from IRF http://www.irf.com/product-info/models/SPICE/irf610.spi I have no clue how to add it to the file since it's not like the other entries. If anyone knows how to enter it or knows where I can obtain a model that works with SwitcherCAD I'd greatly apreciate it, thanks alot.
every time you have a line like this :
.MODEL MD D IS=1.6866e-09 RS=0.0538695 N=1.49978 BV=200
+IBV=0.00025 EG=1.2 XTI=4 TT=0
+CJO=1.59879e-10 VJ=2.42435 M=0.605977 FC=0.5
it should have a '(' right after model type and ')' in the end.
.MODEL MD D (IS=1.6866e-09 RS=0.0538695 N=1.49978 BV=200
+IBV=0.00025 EG=1.2 XTI=4 TT=0
+CJO=1.59879e-10 VJ=2.42435 M=0.605977 FC=0.5)
And be shure that there is a space (ascii value 32) between each parameter!
I hope it helps
.MODEL MD D IS=1.6866e-09 RS=0.0538695 N=1.49978 BV=200
+IBV=0.00025 EG=1.2 XTI=4 TT=0
+CJO=1.59879e-10 VJ=2.42435 M=0.605977 FC=0.5
it should have a '(' right after model type and ')' in the end.
.MODEL MD D (IS=1.6866e-09 RS=0.0538695 N=1.49978 BV=200
+IBV=0.00025 EG=1.2 XTI=4 TT=0
+CJO=1.59879e-10 VJ=2.42435 M=0.605977 FC=0.5)
And be shure that there is a space (ascii value 32) between each parameter!
I hope it helps
- Status
- Not open for further replies.