Subversion Repositories Electronics.Rangefider

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 florent_ba 1
* Created in LTspice Version XVII                               *
2
*                                            					*
3
* GaN Systems Inc. Power Transistors                            *
4
* LTSpice Library for GaN Transistors                           *
5
* Version 4.1                                                   *
6
*                                                               *
7
*****************************************************************
8
*****************************************************************
9
*                                                               *
10
* Models provided by GaN Systems Inc. are not warranted by      *
11
* GaN Systems Inc. as                                           *
12
* fully representing all of the specifications and operating    *
13
* characteristics of the semiconductor product to which the     *
14
* model relates. The model describe the characteristics of a    *
15
* typical device.                                               *
16
* In all cases, the current data sheet information for a given  *
17
* device is the final design guideline and the only actual      *
18
* performance specification.                                    *
19
* Altough models can be a useful tool in evaluating device      *
20
* performance, they cannot model exact device performance under *
21
* all conditions, nor are they intended to replace bread-       *
22
* boarding for final verification. GaN Systems Inc. therefore   *
23
* does not assume any liability arising from their use.         *
24
* GaN Systems Inc. reserves the right to change models without  *
25
* prior notice.                                                 *
26
*                                                               *
27
* This library contains models of the following GaN Systems     *
28
* Inc. transistors:                                             *
29
*                                                               *
30
*   GS61008P                                                    *
31
*****************************************************************
32
*Level 1. Optimized for simulation speed
33
*$
34
*$
35
.subckt GaN_LTspice_GS61008P_L1V4P1 gatein drainin sourcein source_S
36
*
37
*
38
.param rTC=-0.004  gan_res={3.38e-03}		metal_res={2.0e-3}   gtc=3.275 sh_s=0.239   sh_d=0.761
39
.param  cur=0.089   x0_0=1.1	  x0_1=1.1  x0_2=1.0  thr=1.8  itc=0.83 atc=180.15
40
*
41
*
42
rd drainin drain { sh_d* (metal_res/2.0*(1-1*rTc*(Temp-25)) + gan_res*PWR((Temp+273)/298,gtc)) }
43
rs sourcein source { sh_s * (metal_res/2.0*(1-1*rTc*(Temp-25)) + gan_res*PWR((Temp+273)/298,gtc)) }
44
RSS source_S source {0.001}
45
rg gatein gate {1.5}
46
*
47
*
48
Rcsdconv drain source {4000Meg}
49
Rcgsconv gate source {4000Meg}
50
Rcgdconv gate drain {4000Meg}
51
*
52
*
53
bswitch drain2 source2 I = (if(v(drain2,source2)>0,
54
+   (cur*(-(Temp-25)*itc+atc)*log(1.0+exp(26*(v(gate,source2)-thr)))*
55
+	v(drain2,source2)/(1 + max(x0_0+x0_1*(v(gate,source2)+x0_2),0.2)*v(drain2,source2))),
56
 
57
+   (-cur*(-(Temp-25)*itc+atc)*log(1.0+exp(26*(v(gate,drain2)-thr)))*
58
+	v(source2, drain2)/(1 + max(x0_0+x0_1*(v(gate,drain2)+x0_2),0.2)*v(source2,drain2)))))
59
*
60
*
61
R_drain2 drain2 drain {(1e-7)}
62
R_source2 source2 source {(1e-7)}
63
*
64
*
65
C_GS	 gate source  	{6.04e-10}
66
C_GS1 gate source Q = ( - 14.08e-11*(1-1./(1+exp(0.32*(-v(drain, source)+8.0))))
67
+                       - 1.653e-11*(1-1./(1+exp(0.029*(-v(drain, source)+80.0))))
68
+    				    - 1.5e-10*(-1+1./(1+exp(0.16*(-v(drain, source)-2.1)))) )*x
69
*
70
*
71
C_GS2 gate source   Q = ( 1.0e-010*log(1+exp(6.1*(x-2.2))))
72
*
73
*
74
C_GD   gate drain  	{0.6e-012}
75
C_GD1  gate drain Q = ( 44e-11*log(1+exp(0.32*(x+8)))+
76
+					 57e-11*log(1+exp(0.029*(x+80))) )
77
*
78
*
79
C_SD	 source drain  	{2.18e-010}
80
C_SD1	source drain Q = ( 44e-11*log(1+exp(0.32*(x+8)))+
81
+						   57e-11*log(1+exp(0.029*(x+80)))+
82
+						   1.95e-10*log(1+exp(1.19*(x+16)))+
83
+						   1.69e-9*log(1+exp(0.07*(x+31))) )
84
*
85
*
86
.ends
87
*$