"$UnitConvert" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "=='''Format'''== $UnitConvert ''Order'' <font color=green>// where ''Order'' is an integer.</font> <font size=3> The program can read the unit of...")
 
(Format)
 
(未顯示同一使用者於中間所作的 3 次修訂)
行 8: 行 8:
 
''Order'' represents the order of default unit.
 
''Order'' represents the order of default unit.
   
</font>
 
   
  +
'''NOTE''': I did not adjust Plank's constant while using this function, so you may get unexpected results when you would like to calculate generation. (''Mike 2021/02/25'')
  +
 
</font>
   
 
=='''Example'''==
 
=='''Example'''==
行 15: 行 17:
 
-2
 
-2
   
Then the unit of length which you set and you obtain will be <math>1\times10^{-2} \ (m) = 1\ (cm) </math>.
+
Then the unit of length which you set and obtain will be <math>1\times10^{-2} \ (m) = 1\ (cm) </math>.

於 2021年2月25日 (四) 10:47 的最新修訂

Format

$UnitConvert
 Order                // where Order is an integer.

The program can read the unit of length you want in the input files, and output the results with this kind of unit.
The default unit of length is "meter".
Order represents the order of default unit.


NOTE: I did not adjust Plank's constant while using this function, so you may get unexpected results when you would like to calculate generation. (Mike 2021/02/25)

Example

$UnitConvert
 -2

Then the unit of length which you set and obtain will be 1\times10^{-2} \ (m) = 1\ (cm) .