***********************************************************
*
* BZX8850S-B2V0-Q
*
* Nexperia
*
* Low-current voltage regulator diodes
* VFmax = 0,9V   @ IF = 10mA
* IRmax = 7,0µA  @ VR = 1V
* VZmax = 2,04V  @ IZ = 50µA
*
*
*
*
*
* Package pinning does not match Spice model pinning.
* Package: SOD882BD (DFN1006BD-2)
*
* Package Pin 1: Cathode
* Package Pin 2: Anode
*
*
* Extraction date (week/year): 37/2023
* Simulator: SPICE3
*
***********************************************************
*
.SUBCKT BZX8850S-B2V0-Q 1  2
*
* The resistor R1, the diode D2 and VZ  
* do not reflect physical devices 
* but improve only modeling in the 
* reverse mode of operation.
*
R1 1 2 1E+10
D1 1 2
+ DIODE1
D2 3 1
+ DIODE2
VZ 2 3 0.2
*
.MODEL DIODE1 D
+ IS = 9E-16
+ N = 1.01
+ BV = 3.7
+ IBV = 1E-09
+ RS = 0.48
+ CJO = 1.6E-10
+ VJ = 0.6
+ M = 0.3
+ FC = 0.5
+ TT = 0
+ EG = 1.1
+ XTI = 3
.MODEL DIODE2 D
+ IS = 1.11E-08
+ N = 8.26
+ RS = 40
.ENDS
*