ResetOptionEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass| | {{Template:APIClass|Resource Classes|Resource Classes}} | ||
Specifies whether the variable will retain the value passed to it during simulation or the value will be reset to its initial value at specific times (RENO only). This is the variable's '''When to Reset''' field. | Specifies whether the variable will retain the value passed to it during simulation or the value will be reset to its initial value at specific times (RENO only). This is the variable's '''When to Reset''' field. | ||
Revision as of 17:11, 10 March 2014
Specifies whether the variable will retain the value passed to it during simulation or the value will be reset to its initial value at specific times (RENO only). This is the variable's When to Reset field.
Members
- ResetAfterEachSim Reset after each simulation (i.e., reset after a single pass through the flowchart)
- ResetAfterEachRun Reset after each run (i.e., reset after each set of simulations)
- ResetAfterAnalysis Reset after analysis (i.e., reset after each set of runs)
- NeverReset Never reset