* ******************************************* * *BAS21LS * *Nexperia * *High speed switching diode * * *VRmax = 200V * *IFmax = 250mA *VFmax = 1,1V @ IF = 100mA *IRmax = 100nA @ VR = 200V * * * * * * * * * *Package pinning does not match Spice model pinning. *Package: SOD882BD * *Package Pin 1: cathode *Package Pin 2: anode * * * *Extraction date (week/year): 17/2021 *Simulator: SPICE3 * ******************************************* *# *The resistor R1 and the diode D2 do not reflect *physical devices but improve only modeling *in the forward mode of operation. * .SUBCKT BAS21LS 1 2 R1 1 2 1E+10 D1 1 2 DIODE1 D2 1 2 DIODE2 * .MODEL DIODE1 D + IS = 3.9E-09 + N = 1.95 + BV = 310 + IBV = 0.001 + RS = 0.46 + CJO = 6E-13 + VJ = 0.08 + M = 0.082 + FC = 0.5 + TT = 0 + EG = 1.1 + XTI = 3 .MODEL DIODE2 D + IS = 3E-15 + N = 1.1 + RS = 280 .ENDS *