ResetOptionEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) m (moved ResetOptionEnum to ResetOptionEnum Enumeration) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Resources|Global Resources}} | {{Template:APIClass|Global_Resources|Global Resources}} | ||
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 {{APIComment|Reset after each simulation (i.e., reset after a single pass through the flowchart)}} | |||
{{ | *ResetAfterEachRun {{APIComment|Reset after each run (i.e., reset after each set of simulations) }} | ||
*ResetAfterAnalysis {{APIComment|Reset after analysis (i.e., reset after each set of runs)}} | |||
*NeverReset {{APIComment|Never reset}} |
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