$SaveType

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋

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 special sequence format for VTK.

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


The default value is 0.

Example

$SaveType
 1

Then the program will output binary files.