"$SaveType" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(Example)
(Format)
行 4: 行 4:
   
 
<font size=3>
 
<font size=3>
This function can change the tyoe of output files. If ''int'' is 0, the program outputs text files; on the other hand, if ''int'' is 1, output files are binary format.<br>
+
This function can change the type of output files. If ''int'' is 0, the program outputs text files; on the other hand, if ''int'' is 1, output files are binary format.<br>
 
The default value is 0.
 
The default value is 0.
 
</font>
 
</font>
 
   
 
=='''Example'''==
 
=='''Example'''==

於 2018年7月12日 (四) 11:41 的修訂

Format

$SaveType
 int                // where int is an integer.

This function can change the type of output files. If int is 0, the program outputs text files; on the other hand, if int is 1, output files are binary format.
The default value is 0.

Example

$SaveType
 1

Then the program will output binary files.