「$OutputName」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Mike留言 | 貢獻
已建立頁面,內容為 "=='''Format'''== $OutputName ''name'' <font color=green>// ''name'' is a string.</font> <font size=3> This function tells the program what name <..."
 
Mike留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 8 次修訂)
第4行: 第4行:


<font size=3>
<font size=3>
This function tells the program what name  
This function tells what the output name should be.
</font>
</font>


第11行: 第11行:
   test
   test


All the first few words of output files name are '''test_'''.
All the first few words of output files name are '''test.''', such as '''test.fld.par''', '''test.step-n.Ex.dat''' and so on.
 
$OutputName
 
 
If you do not give a name, the program outputs default file name.




== '''Related commands''' ==
== '''Related commands''' ==
: [[$OutputDirectory]]
: [[$OutputDirectory]]

於 2021年1月31日 (日) 17:51 的最新修訂

Format

$OutputName
 name                // name is a string.

This function tells what the output name should be.

Example

$OutputName
 test

All the first few words of output files name are test., such as test.fld.par, test.step-n.Ex.dat and so on.

$OutputName
 

If you do not give a name, the program outputs default file name.


Related commands

$OutputDirectory