Skip to content

Commit e6acc9b

Browse files
author
RakshaDave
committed
Added diode device models (1N34A, 1N34, 1N60, OA90, 1N750)
1 parent a928506 commit e6acc9b

12 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.MODEL 1N34 D( Is=0.2n N=2.19 Rs=0.084 bv=60 Ibv=15u Cjo=4.82p Vj=0.75 M=0.333 tt=144n )
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<library>
2+
<model_name>D</model_name>
3+
<ref_model>1N34</ref_model>
4+
<param>
5+
<Is>2e-10</Is>
6+
<N>2.19</N>
7+
<Rs>0.084</Rs>
8+
<Bv>60</Bv>
9+
<Ibv>15u</Ibv>
10+
<Cjo>4.82p</Cjo>
11+
<Vj>0.75</Vj>
12+
<M>0.333</M>
13+
<tt>144n</tt>
14+
</param>
15+
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.MODEL 1N34A D( Is=0.2u N=1.30 Rs=7 bv=75 Ibv=0.018 Cjo=0.5p Vj=0.10 M=0.27 tt=144n )
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<library>
2+
<model_name>D</model_name>
3+
<ref_model>1N34A</ref_model>
4+
<param>
5+
<Is>2e-7</Is>
6+
<N>1.3</N>
7+
<Rs>7</Rs>
8+
<Bv>75</Bv>
9+
<Ibv>18m</Ibv>
10+
<Cjo>0.5p</Cjo>
11+
<Vj>0.1</Vj>
12+
<M>0.27</M>
13+
<tt>144n</tt>
14+
</param>
15+
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.MODEL 1N5819 D( Is=1u N=1.05 Rs=0.04 bv=40 Ibv=1m Cjo=110p Vj=0.20 M=0.50 tt=5n )
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<library>
2+
<model_name>D</model_name>
3+
<ref_model>1N5819</ref_model>
4+
<param>
5+
<Is>1u</Is>
6+
<N>1.05</N>
7+
<Rs>0.04</Rs>
8+
<Bv>40</Bv>
9+
<Ibv>1m</Ibv>
10+
<Cjo>110p</Cjo>
11+
<Vj>0.2</Vj>
12+
<M>0.5</M>
13+
<tt>5n</tt>
14+
</param>
15+
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.MODEL 1N60 D( Is=1.38u N=2.0 Rs=50.1 bv=40 Ibv=1m Cjo=1.75p Vj=0.30 M=0.50 tt=100n )
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<library>
2+
<model_name>D</model_name>
3+
<ref_model>1N60</ref_model>
4+
<param>
5+
<Is>1.38e-6</Is>
6+
<N>2</N>
7+
<Rs>50.1</Rs>
8+
<Bv>40</Bv>
9+
<Ibv>1m</Ibv>
10+
<Cjo>1.75p</Cjo>
11+
<Vj>0.3</Vj>
12+
<M>0.5</M>
13+
<tt>100n</tt>
14+
</param>
15+
</library>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.MODEL 1N750 D( Is=2n Rs=2 Ikf=0.1 N=1.75 Xti=3 Eg=1.11 Cjo=80p M=0.33 Vj=0.75 Fc=0.5 Nr=2 Bv=4.7 Ibv=5m Nbv=1.5 Ibvl=0.5m Nbvl=2 Tbv1=0.002 Isr=1n )
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<library>
2+
<model_name>D</model_name>
3+
<ref_model>1N750</ref_model>
4+
<param>
5+
<Is>2n</Is>
6+
<Rs>2</Rs>
7+
<Ikf>0.1</Ikf>
8+
<N>1.75</N>
9+
<Xti>3</Xti>
10+
<Eg>1.11</Eg>
11+
<Cjo>80p</Cjo>
12+
<M>0.33</M>
13+
<Vj>0.75</Vj>
14+
<Fc>0.5</Fc>
15+
<Nr>2</Nr>
16+
<Bv>4.7</Bv>
17+
<Ibv>5m</Ibv>
18+
<Nbv>1.5</Nbv>
19+
<Ibvl>0.5m</Ibvl>
20+
<Nbvl>2</Nbvl>
21+
<Tbv1>0.002</Tbv1>
22+
<Isr>1n</Isr>
23+
</param>
24+
</library>

0 commit comments

Comments
 (0)