$UnitConvert

出自 DDCC TCAD TOOL Manual
於 2019年2月26日 (二) 09:26 由 Mike (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "=='''Format'''== $UnitConvert ''Order'' <font color=green>// where ''Order'' is an integer.</font> <font size=3> The program can read the unit of...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

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.


Example

$UnitConvert
 -2

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