$SaveType

出自 DDCC TCAD TOOL Manual
於 2018年7月12日 (四) 08:54 由 Mike (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "=='''Format'''== $SaveType ''int'' <font color=green>// where ''int'' is an integer.</font> <font size=3> This function can change the tyoe of out...")

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

Format

$SaveType
 int                // where int is an integer.

This function can change the tyoe of output files. If int is 0, the program outputs text files; on the other hand, if int is 1, output files are binary format.
The default value is 0.


Example

$SaveType
 1

This means the program will output binary files.