"$ifelectrode" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$ifelectrode is the command to setup the bias operation range. In the program, there are 4 types of electrical contacts, which are gate, drain, source, and base cont...")
 
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 1: 行 1:
$ifelectrode is the command to setup the bias operation range. In the program, there are 4 types of electrical contacts, which are gate, drain, source, and base contact. The command is as following
+
$ifelectrode is the command to setup the bias operation range. In the program, there are 4 types of electrical contacts, which are gate, drain, source, and base contact. The command is as following: The sweeping of base is disabled. So vbend and vbstep are useless.
   
   
行 8: 行 8:
 
vsstart, vsend, vsstep
 
vsstart, vsend, vsstep
 
vbstart, vbend, vbstep
 
vbstart, vbend, vbstep
  +
  +
  +
For example
  +
  +
  +
  +
$ifelectrode
  +
2.0 3.0 1.0
  +
4.0 -1.0 -0.2
  +
1.0 2.0 0.01
  +
0.0 0.0 0.01
  +
  +
The program will sweep from following loop
  +
For vg=vgstart,vgstep, vgend
  +
For vd=vdstart,vdstep, vdend
  +
For vs=vsstart,vsstep, vsend
  +
Solve Poisson, drift-diffusion, landscape equations
  +
End For
  +
End For
  +
End For
  +
  +
related commands
  +
[[$schottkyba]], [[$ifelectrode]] , [[$ElBoundary]], [[$extraElBoundary]], [[$extraElBoundaries]]

於 2018年7月17日 (二) 16:54 的最新修訂

$ifelectrode is the command to setup the bias operation range. In the program, there are 4 types of electrical contacts, which are gate, drain, source, and base contact. The command is as following: The sweeping of base is disabled. So vbend and vbstep are useless.


$ifelectrode
vgstart, vgend, vgstep
vdstart, vdend, vdstep
vsstart, vsend, vsstep
vbstart, vbend, vbstep


For example


$ifelectrode
2.0  3.0  1.0 
4.0  -1.0 -0.2
1.0  2.0 0.01
0.0  0.0 0.01

The program will sweep from following loop

 For vg=vgstart,vgstep, vgend
   For vd=vdstart,vdstep, vdend
     For vs=vsstart,vsstep, vsend
           Solve Poisson, drift-diffusion, landscape equations
     End For
   End For
 End For

related commands

$schottkyba, $ifelectrode , $ElBoundary, $extraElBoundary, $extraElBoundaries