"$OutputStep" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
行 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日 (三) 15: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