"$SourceType" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(→Example) |
|||
行 1: | 行 1: | ||
=='''Format'''== |
=='''Format'''== |
||
$SourceType |
$SourceType |
||
− | '' |
+ | ''type axis dir theta phi'' <font color=green>// ''type'', ''axis'', and ''dir'' are integers, the others are floating.</font> |
− | <font size=3 |
+ | <font size=3> |
+ | type 1~3 dual wave: sin, exp, sin*exp; 11~13 one dir.: sin, exp, sin*exp. |
||
+ | |||
+ | the unit of theta and phi is degree, it will be changed to radian. |
||
+ | </font> |
||
=='''Example'''== |
=='''Example'''== |
||
$SourceType |
$SourceType |
||
− | 1 1 |
||
+ | 12 3 -1 0 0 |
||
== '''Related commands''' == |
== '''Related commands''' == |
於 2018年10月12日 (五) 11:22 的修訂
Format
$SourceType type axis dir theta phi // type, axis, and dir are integers, the others are floating.
type 1~3 dual wave: sin, exp, sin*exp; 11~13 one dir.: sin, exp, sin*exp.
the unit of theta and phi is degree, it will be changed to radian.
Example
$SourceType 12 3 -1 0 0