*********************************************************** * * BAS21 * * Nexperia * * High-volatge switching diode * IFmax = 200mA * VRmax = 200V * VFmax = 1,25V @ IF = 200mA * IRmax = 100nA @ VR = 200V * * * Package pinning does not match Spice model pinning. * Package: SOT23 (TO-236AB) * * Package Pin 1: Anode * Package Pin 2: Not Connected * Package Pin 3: Cathode * * * * Extraction date (week/year): 28/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 BAS21 1 2 R1 1 2 2E+10 D1 1 2 + DIODE1 D2 1 2 + DIODE2 * .MODEL DIODE1 D + IS = 8E-10 + N = 1.75 + BV = 267 + IBV = 0.001 + RS = 0.77 + CJO = 8E-13 + VJ = 0.28 + M = 0.1 + FC = 0.5 + TT = 0 + EG = 1.1 + XTI = 3 .MODEL DIODE2 D + IS = 2E-09 + N = 1.9 + RS = 200 .ENDS *