$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.