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