「$usespecgen」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Yrwu留言 | 貢獻
已建立頁面,內容為 "$usespecgen is the command to activate the Subroutine callspecgen(Annode,x,y,Eg,generation). This command is similar to the command $usegenspecfunc"
 
Yrwu留言 | 貢獻
無編輯摘要
第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日 (三) 05: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((xxc)2/sigx2)*B*exp((yyc)2/sigy2)