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

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
*