"$usespecgen" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$usespecgen is the command to activate the Subroutine callspecgen(Annode,x,y,Eg,generation). This command is similar to the command $usegenspecfunc")
 
行 1: 行 1:
$usespecgen is the command to activate the [[Subroutine callspecgen(Annode,x,y,Eg,generation)]]. This command is similar to the command [[$usegenspecfunc]]
 
  +
$usespecgen is the command to put generation profile with a specific function, which is mostly Gaussian shape generation profile.
  +
  +
$usespecgen
  +
N_region
  +
func_type A B sigx, sigy, xc, yc
  +
  +
  +
For function type
  +
1: <math> G(x,y) = A * exp(-\frac{(x-xc)^{2}}/{sigx^{2}}) * B * exp(-\frac{(y-yc)^{2}}/{sigy^{2}}) </math>

於 2023年5月17日 (三) 13:21 的修訂

$usespecgen is the command to put generation profile with a specific function, which is mostly Gaussian shape generation profile.

$usespecgen
N_region
func_type A B sigx, sigy, xc, yc


For function type

1:  G(x,y) = A * exp(-\frac{(x-xc)^{2}}/{sigx^{2}}) * B * exp(-\frac{(y-yc)^{2}}/{sigy^{2}})