LTspice Model incompatible ?

Status
Not open for further replies.
I'm just started to use LTspice as simulator, so I also import some model which I need to use. However, there are some different parameter view between SPICE model and LTspice model. (currently only importing On Semi's model)
There are some parameter that is missing (and many extra) compare to other default device.
Example :
Transistor (default, installed with LTspice) :
.model 2N2222 NPN(IS=1E-14 VAF=100
+ BF=200 IKF=0.3 XTB=1.5 BR=3
+ CJC=8E-12 CJE=25E-12 TR=100E-9 TF=400E-12
+ ITF=1 VTF=2 XTF=3 RB=10 RC=.3 RE=.2 Vceo=30 Icrating=800m mfg=Philips)
Transistor (from onsemi website) :
.MODEL Qnjl4281dg_bjt npn
+IS=1.28825e-11 BF=300 NF=1.02019 VAF=10.7547
+IKF=0.97929 ISE=2.28745e-11 NE=1.44568 BR=0.1
+NR=1.29449 VAR=4.22157 IKR=9.7929 ISC=1.04073e-16
+NC=2.85967 RB=1.34764 IRB=0.140361 RBM=0.1
+RE=0.00828762 RC=0.0414381 XTB=0.1 XTI=1
+EG=1.05 CJE=2.34884e-08 VJE=22.295 MJE=0.69263
+TF=1.28186e-09 XTF=131.233 VTF=63578.9 ITF=53.7291
+CJC=4.85466e-10 VJC=0.95 MJC=0.23 XCJC=1
+FC=0.8 CJS=0 VJS=0.75 MJS=0.5
+TR=1e-07 PTF=0 KF=0 AF=1
It was indeed more (alot) information, but lacking some backing information like Vceo, Ic rating, Manufacturer.

below are diode example :
Default:
.model 1N914 D(Is=2.52n Rs=.568 N=1.752 Cjo=4p M=.4 tt=20n Iave=200m Vpk=75 mfg=OnSemi type=silicon)

Onsemi :
.MODEL Dnjl4281dg_diode d
+IS=3.44393e-08 RS=0.179036 N=2 EG=1.3
+XTI=2.33354 BV=400 IBV=1e-05 CJO=2.08272e-11
+VJ=1.5 M=0.653713 FC=0.5 TT=5.1937e-08
+KF=0 AF=1
At diode, it is missing Iave(average maximum current), Vpk(peak voltage), manufacturer and Type.
Should we retrieve this information 'manual' by myself from datasheet or it is not important for simulation ? (if you knew the limit)
 
Status
Not open for further replies.