I got the spice model for 2n5320 on Central Semiconductor's website.
I need to use this transistor for multisim and I was just wondering how I can tell which nodes are what (1 is Emitter, 2 is Base, 3 is Collector, etc.) in the model.
Sorry I am brand new to this. Thanks in advance!
******
*SRC=2N5320;2N5320;BJTs NPN; Si; 100.0V 2.00A 50MHz Central Semi Central Semi
.MODEL 2N5320 NPN (
+ IS=108.76E-15
+ BF=75.557
+ VAF=100
+ IKF=19.981
+ ISE=108.76E-15
+ NE=1.2954
+ BR=8.1070
+ VAR=100
+ IKR=1.2571
+ ISC=10.535E-12
+ NC=1.3628
+ NK=1.2746
+ RB=1.6598
+ RC=.19817
+ CJE=314.72E-12
+ VJE=.69158
+ MJE=.32398
+ CJC=69.649E-12
+ VJC=.51925
+ MJC=.35642
+ TF=1.3723E-9
+ XTF=9.6209
+ VTF=10.153
+ ITF=6.1352
+ TR=10.000E-9 )
******
Spice Models - Transistors
I need to use this transistor for multisim and I was just wondering how I can tell which nodes are what (1 is Emitter, 2 is Base, 3 is Collector, etc.) in the model.
Sorry I am brand new to this. Thanks in advance!
******
*SRC=2N5320;2N5320;BJTs NPN; Si; 100.0V 2.00A 50MHz Central Semi Central Semi
.MODEL 2N5320 NPN (
+ IS=108.76E-15
+ BF=75.557
+ VAF=100
+ IKF=19.981
+ ISE=108.76E-15
+ NE=1.2954
+ BR=8.1070
+ VAR=100
+ IKR=1.2571
+ ISC=10.535E-12
+ NC=1.3628
+ NK=1.2746
+ RB=1.6598
+ RC=.19817
+ CJE=314.72E-12
+ VJE=.69158
+ MJE=.32398
+ CJC=69.649E-12
+ VJC=.51925
+ MJC=.35642
+ TF=1.3723E-9
+ XTF=9.6209
+ VTF=10.153
+ ITF=6.1352
+ TR=10.000E-9 )
******
Spice Models - Transistors
this is a native model type for spice - no further info is needed - just edit a NPN symbol's value field to the Q part number
assuming you have the library, path any .include defs under control
only subcircuit type models have to worry about pin order
assuming you have the library, path any .include defs under control
only subcircuit type models have to worry about pin order
Last edited:
the name in the .model statement is in most cases the Q part number for convenience in reading the schematic - 2N5320 in your posted .model statement
- Status
- Not open for further replies.