* ******************************************* * *BAS40LS * *Nexperia * *General-purpose Schottky diode * * *VRmax = 40V * *IFmax = 120mA *VFmax = 380mV @ IF = 1mA * * * * * * * * * * *Package pinning does not match Spice model pinning. *Package: DFN1006BD-2(SOD882BD) * *Package Pin 1: cathode *Package Pin 2: anode * * * *Extraction date (week/year): 26/2020 *Simulator: SPICE3 * ******************************************* *# .SUBCKT BAS40LS 1 2 R1 1 2 1E+09 D1 1 2 + DIODE1 D2 1 2 + DIODE2 * *The resistor R1 and the diode D2 do not reflect *physical devices but improve only modeling *in the reverse mode of operation. * .MODEL DIODE1 D + IS = 9.11E-09 + N = 1.006 + BV = 45 + IBV = 0.001 + RS = 4.5 + CJO = 3.6E-12 + VJ = 0.28 + M = 0.37 + FC = 0.5 + TT = 0 + EG = 0.69 + XTI = 2 .MODEL DIODE2 D + IS = 2E-09 + N = 1.9 + RS = 200 .ENDS *