* ******************************************* * *BAS70LS * *Nexperia * *General-purpose Schottky diode * * *VRmax = 70V * *IFmax = 70mA *VFmax = 410mV @ 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): 50/2020 *Simulator: SPICE3 * ******************************************* *# .SUBCKT BAS70LS 1 2 R1 1 2 5E+10 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 forward mode of operation. * .MODEL DIODE1 D + IS = 1E-09 + N = 0.98 + BV = 88 + IBV = 0.001 + RS = 30 + CJO = 1.8E-12 + VJ = 0.07 + M = 0.24 + FC = 0.5 + TT = 0 + EG = 0.69 + XTI = 2 .MODEL DIODE2 D + IS = 1E-15 + N = 0.95 + RS = 10 .ENDS *