добавлены модели

This commit is contained in:
2026-02-16 15:17:49 +03:00
parent 1b68770d70
commit eea647da1a
3 changed files with 1694 additions and 0 deletions

58
NEXPERIA/BZV55-C27.ckt Normal file
View File

@ -0,0 +1,58 @@
***********************************************************
*
* 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
*

70
NEXPERIA/BZV55-C5V1.ckt Normal file
View File

@ -0,0 +1,70 @@
*
*******************************************
*
*BZV55-C5V1
*
*Nexperia
*
*Voltage regulator diode
*
*
*
*
*
*
*IRmax = 2µA @ VR = 2V
*VFmax = 0,9V @ IF = 10mA
*VZmax = 5,4V @ IZ = 5mA
*
*
*
*
*
*
*
*Package pinning does not match Spice model pinning.
*Package: SOD80C
*
*Package Pin 1: Cathode
*Package Pin 2: Anode
*
*
*
*Extraction date (week/year): 27/2021
*Simulator: SPICE3
*
*******************************************
*#
.SUBCKT BZV55-C5V1 1 2
*
*The resistor R1, the diode2 and VZ
*do not reflect physical devices
*but improve only modeling in the
*reverse mode of operation.
*
R1 1 2 6E+10
D1 1 2
+ DIODE1
D2 3 1
+ DIODE2
VZ 2 3 0.1
*
.MODEL DIODE1 D
+ IS = 1.2E-16
+ N = 0.97
+ BV = 4.6
+ IBV = 5E-12
+ RS = 0.45
+ CJO = 1.3E-10
+ VJ = 0.9
+ M = 0.4
+ FC = 0.5
+ TT = 0
+ EG = 1.1
+ XTI = 3
.MODEL DIODE2 D
+ IS = 1E-14
+ N = 9.8
+ RS = 20
.ENDS
*