!TIME_POINTS¶
Parameters¶
| Parameter | Attribute | Description |
|---|---|---|
| NAME | C | Time list name (required) |
| TIME | C | STEP (input as time measured from the start of the step; default) / TOTAL (input as cumulative time from the initial time) |
| GENERATE | - | Automatically generate time points from the start time, end time, and time interval |
** 2nd and subsequent lines **
When GENERATE is not used
| Variable | Attribute | Description |
|---|---|---|
| TIME | R | Time |
When GENERATE is used
| Variable | Attribute | Description |
|---|---|---|
| STIME | R | Start time |
| ETIME | R | End time |
| INTERVAL | R | Interval between time points |
Examples¶
Define times 1.5, 2.7, and 3.9 as cumulative times without using GENERATE.
Define times 1.5, 2.7, and 3.9 as step-relative times using GENERATE.
Notes¶
- Time points must be entered in ascending order.