$SaveType

出自 DDCC TCAD TOOL Manual
於 2018年10月11日 (四) 15:36 由 Mike (對話 | 貢獻) 所做的修訂

前往: 導覽搜尋

Format

$SaveType
 int                // where int is an integer.

This function can change the type of output files. Besides text file and binary file, the program also supports VTK format.

int format of output files
0 text file
1 binary file
2 text file in VTK format
3 binary file in VTK format


The default value is 0.

Example

$SaveType
 1

Then the program will output binary files.