"$SaveType" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
行 4: 行 4:
   
 
<font size=3>
 
<font size=3>
This function can change the type of output files. Besides text file and binary file, the program also supports VTK format.
+
This function can change the type of output files. Besides text file and binary file, the program also supports special sequence format for VTK.
   
 
{| class=wikitable style="text-align:
 
{| class=wikitable style="text-align:
行 15: 行 15:
 
|| 1 || binary file
 
|| 1 || binary file
 
|-
 
|-
|| 2 || text file in VTK format
+
|| 2 || text file for VTK
 
|-
 
|-
|| 3 || binary file in VTK format
+
|| 3 || binary file for VTK
 
|}
 
|}
 
<br>
 
<br>

於 2018年10月19日 (五) 13:38 的最新修訂

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.