Reset
General Action Statement
The Reset statement starts a general read file over from the beginning. Reset is used primarily in the Initialization or Termination logic to reset a general read or write file at the beginning or end of multiple replications and single, independent runs. Reset can also be used to re-read cyclic data in the same simulation run.
Syntax
Reset (<file ID>)
Examples
Reset Times
Reset (Times)
Parameters
<file ID>
The file identifier as defined in the External Files Editor. Note that the parentheses are optional and are included only to insure compatibility with older models.
Remarks
Reset is valid in initialization and termination logic, node entry and exit logic, down-time logic, operation logic, routing exit, and arrival logic.