*********************************************************** * * BAS316 * * Nexperia * * High-speed switching diodes * IFmax = 250mA * VRmax = 100V * VFmax = 1,25V @ IF = 150mA * IRmax = 0,5µA @ VR = 80V * * * * Package pinning does not match Spice model pinning. * Package: SOD323 (SC-76) * * Package Pin 1: Cathode * Package Pin 2: Anode * * * * Extraction date (week/year): 48/2020 * Simulator: SPICE3 * *********************************************************** * * The resistor R1 and the diode D2 * do not reflect physical devices. * Instead they improve modeling in the * forward and reverse mode of operation. * .SUBCKT BAS316 1 2 R1 1 2 1E+10 D1 1 2 + DIODE1 D2 1 2 + DIODE2 * .MODEL DIODE1 D + IS = 3.9E-09 + N = 1.9 + BV = 141.3 + IBV = 4.485E-05 + RS = 1.5 + CJO = 5.613E-13 + VJ = 0.08 + M = 0.04 + FC = 0.5 + TT = 0 + EG = 1.1 + XTI = 3 .MODEL DIODE2 D + IS = 3E-15 + N = 1.1 + RS = 280 .ENDS *