* ******************************************* * *BAS521B * *NEXPERIA Semiconductors * *High-voltage switching diode * * *VRmax = 200V * *IFmax = 250mA *VFmax = 1,25V @ IF = 200mA *IRmax = 0.1ľA @ VR = 200V * * * * * * * * * *Package pinning does not match Spice model pinning. *Package: SOD523 (SC-72) * *Package Pin 1: Cathode *Package Pin 2: Anode * * * *Extraction date (week/year): 16/2018 *Simulator: SPICE3 * ******************************************* *# .SUBCKT BAS521B 1 2 * *The resistor R1 and the diode D2 do not reflect *physical devices but improve only modeling *in the reverse mode of operation. * R1 1 2 1E+010 D1 1 2 + DIODE1 D2 1 2 + DIODE2 * .MODEL DIODE1 D + IS = 3.9E-009 + N = 1.9 + BV = 300 + IBV = 5E-005 + RS = 3 + CJO = 5E-013 + VJ = 0.02 + M = 0.053 + FC = 0.5 + TT = 0 + EG = 1.1 + XTI = 3 .MODEL DIODE2 D + IS = 3E-015 + N = 1.1 + RS = 0.55 .ENDS *