silvaco ATLAS中如何用extract语句提取电子电流和空穴电流
时间:10-02
整理:3721RD
点击:
看了很多SILVACO自带的ATLAS实例,对于提取电子电流和空穴电流的语句几乎没有,ATLAS和deckbuild的英文手册里也没有对该方面例句的详细介绍,但有提到电子电流和空穴电流,所以在这里想请教有对这方面精通的高手,指教一二,谢谢!
现在我已经会用tonyplot提取电子电流和空穴电流了,但谁能告诉我如何用extract语句提取呢?万分感谢!
VWF_inter_tools manualChapter 5.10 Extract with Atlas
Example:
Initialize INFILE=sample.str
extract name="e current density" curve(depth, (impurity="e- Current Magnitude" material="Silicon" x.val=5.75)) outfile=$"ecurrf"
extract name="e current density" curve(depth, (impurity="e- mobility" material="Silicon" x.val=5.75)) \
outfile=$"emobf"
extract name="efield" curve(depth, (impurity="E Field" material="Silicon" x.val=5.75)) \
outfile=$"efieldf"
我也尝试一下
十分感谢大侠分享。