「$OutputName」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Mike留言 | 貢獻
無編輯摘要
Mike留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 4 次修訂)
第4行: 第4行:


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


=='''Example'''==
=='''Example'''==
第12行: 第11行:
   test
   test


All the first few words of output files name are '''test_''', such as '''test_field-coefficients.set''', '''test_Ex_10000.dat''' and so on.
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
  $OutputName
    
    


If you do not give a name, the output files will like these  '''field-coefficients.set''', '''Ex_10000.dat''' and so on.
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