summaryrefslogtreecommitdiff
path: root/views/webtronix_server/spice/bat54.mod
blob: f8586560a037747b34ceb019bd8a250f98b04ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*
.SUBCKT BAT54 1 3 
* The Resistor R1 does not reflect 
* a physical device.  Instead it
* improves modeling in the reverse 
* mode of operation.
*
R1 1 3 3.6E+07 
D1 1 3 BAT54  
*
.MODEL BAT54 D( 
+    IS = 2.117E-07 
+    N = 1.016 
+    BV = 36 
+    IBV = 1.196E-06 
+    RS = 2.637 
+    CJO = 1.114E-11 
+    VJ = 0.2013 
+    M = 0.3868 
+    FC = 0 
+    TT = 0 
+    EG = 0.69 
+    XTI = 2) 
*
.ENDS BAT54