$SaveType

出自DDCC TCAD TOOL Manual
於 2018年7月12日 (四) 00:55 由 Mike留言 | 貢獻 所做的修訂 Example
跳至導覽 跳至搜尋
可列印版不再被支援且可能有渲染錯誤。請更新您的瀏覽器書籤並改用瀏覽器預設的列印功能。

Format

$SaveType
 int                // where int is an integer.

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.
The default value is 0.


Example

$SaveType
 1

Then the program will output binary files.