$solveeigenbias
出自 DDCC TCAD TOOL Manual
於 2017年8月22日 (二) 19:42 由 Yrwu (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "$solveeigenbias is the command to tell program the ranges of bias to solve the eigen values. Since solving the eigen value is very time consuming, it is not suggeste...")
$solveeigenbias is the command to tell program the ranges of bias to solve the eigen values. Since solving the eigen value is very time consuming, it is not suggested to solve eigen values for all bias. Therefore, we can define the range to solve the eigen value.
Usage:
$solveeigenbias
@vg_start @vg_end @vd_start @vd_end
The program will solve eigen value when @vg_start <= vg<= @vg_end and @vd_start <= vd <= @vd_end
For example:
$solveeigenvalue $solveeigenbias 2.00 4.00 3.00 7.00 $eigensetting 30 30
The related commands are:
$solveeigenbias, $eigensetting, $usefeast, $eigencalEl