Adding spice models to SwitcherCAD...

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
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
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.