58 lines
951 B
Plaintext
58 lines
951 B
Plaintext
***********************************************************
|
|
*
|
|
* BZV55-C27
|
|
*
|
|
* Nexperia
|
|
*
|
|
* Voltage regulator diode
|
|
* VFmax = 0,9V @ IF = 10mA
|
|
* IRmax = 50nA @ VR = 0,7VZnom
|
|
* VZmax = 28,9V @ IZ = 2mA
|
|
* IZSM = 1A @ tp = 100µs
|
|
*
|
|
*
|
|
*
|
|
*
|
|
* 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
|
|
*
|
|
***********************************************************
|
|
*
|
|
* The resistor R1 and the diode D2
|
|
* do not reflect physical devices.
|
|
* Instead they improve modeling in the
|
|
* forward and reverse mode of operation.
|
|
*
|
|
.SUBCKT BZV55C27 1 2
|
|
R1 1 2 5E+011
|
|
D1 1 2
|
|
+ DIODE1
|
|
D2 1 2
|
|
+ DIODE2
|
|
*
|
|
.MODEL DIODE1 D
|
|
+ IS = 2E-012
|
|
+ N = 1.36
|
|
+ BV = 26.61
|
|
+ IBV = 5.351E-010
|
|
+ RS = 0.5
|
|
+ CJO = 1.717E-011
|
|
+ VJ = 0.7
|
|
+ M = 0.36
|
|
+ FC = 0.5
|
|
+ TT = 0
|
|
+ EG = 1.1
|
|
+ XTI = 3
|
|
.MODEL DIODE2 D
|
|
+ IS = 2.2E-012
|
|
+ N = 1.45
|
|
+ RS = 8E+005
|
|
.ENDS
|
|
* |