"$drainbias" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "To determine the bias added to the drain contact. It should be written in one row with three numbers which represent the start of the bias voltage the end of the bi...") |
|||
行 18: | 行 18: | ||
end do |
end do |
||
end do |
end do |
||
+ | |||
+ | <br>'''<big><big>The $drainbias setting in GUI interface is here</big></big>''' <br> |
||
+ | Press the Contact Setting and set up the bias of the drain contact!<br> |
||
+ | [[檔案:2D_drainbias_fig1.jpg|1200px]] |
於 2024年8月25日 (日) 21:44 的修訂
To determine the bias added to the drain contact.
It should be written in one row with three numbers which represent the start of the bias voltage the end of the bias voltage and the step size of the voltage in sequence.
For example:
$drainbias -0.3 0.3 0.1
This means that the bias of the gate contact will starts at 0V and increases 0.1V every step until the gate bias reached 0.4V.
i.e. -0.3 -0.2 -0.1 0 0.1 0.2 0.3
This one is similar to gate bias. If the simulation arranges different gate biases and different drain biases, it will
run drain bias and then gate bias. The loop is
do vg = vgstart to vgend by vgstep do vd=vdstart to vdend by vdstep Run end do end do
The $drainbias setting in GUI interface is here
Press the Contact Setting and set up the bias of the drain contact!