「$OutputStep」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Mike留言 | 貢獻
已建立頁面,內容為 "<font size=5>'''Format'''</font> $OutputStep ''int'' <font color=green>// where ''int'' is an integer.</font> <font size=3>When the running step '..."
 
Mike留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 1 次修訂)
第1行: 第1行:
<font size=5>'''Format'''</font>
=='''Format'''==
  $OutputStep
  $OutputStep
   ''int''                <font color=green>// where ''int'' is an integer.</font>
   ''int''                <font color=green>// where ''int'' is an integer.</font>
第6行: 第6行:




<font size=5>'''Example'''</font>
=='''Example'''==
  $TimeStep
  $TimeStep
   500
   500
第14行: 第14行:


Then the program is going to output the results at 100, 200, 300, 400, and 500 step.
Then the program is going to output the results at 100, 200, 300, 400, and 500 step.
== '''Related commands''' ==
: [[$TimeStep]]

於 2018年7月11日 (三) 07:13 的最新修訂

Format

$OutputStep
 int                // where int is an integer.

When the running step n is the multiple of int, the program outputs the results at this step.


Example

$TimeStep
 500

$OutputStep
 100

Then the program is going to output the results at 100, 200, 300, 400, and 500 step.


Related commands

$TimeStep