ResetOptionEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Resource Classes|Resource Classes}}  
{{Template:APIClass|cVariable Class|cVariable}}  
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 16:51, 15 May 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