$SaveType

出自 DDCC TCAD TOOL Manual
於 2018年7月16日 (一) 10:46 由 Mike (對話 | 貢獻) 所做的修訂 (Format)

前往: 導覽搜尋

Format

$SaveType
 int                // where int is an integer.

This function can change the type 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

Then the program will output binary files.