* ******************************************* * *BAS86 * *Nexperia * *Schottky barrier single diode * * *VRmax = 50V * *IFmax = 200mA *VFmax = 900mV @ IF = 100mA * * * * * * * * * * *Package pinning does not match Spice model pinning. *Package: SOD80C * *Package Pin 1: cathode *Package Pin 2: anode * * * *Extraction date (week/year): 04/2021 *Simulator: SPICE3 * ******************************************* *# .SUBCKT BAS86 1 2 R1 1 2 5E+07 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 = 4E-07 + N = 0.85 + BV = 54 + IBV = 0.01 + RS = 3.2 + CJO = 1.18E-11 + VJ = 0.014 + M = 0.2 + FC = 0.5 + TT = 0 + EG = 0.69 + XTI = 2 .MODEL DIODE2 D + IS = 1E-15 + N = 0.95 + RS = 10 .ENDS *