ResetOptionEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Specifies whether the variable will retain its value during simulation or be reset to its initial value at specific times.</onlyinclude>
<onlyinclude>Specifies whether a variable resource will retain its value during simulation or be reset to its initial value at specific times.</onlyinclude>


==Members==
==Members==

Revision as of 15:07, 1 September 2015

APIWiki.png


Member of: SynthesisAPI


Specifies whether a variable resource will retain its value during simulation or be reset to its initial value at specific times.

Members

Name Value Description
ResetAfterEachSim 0 Reset after each simulation (i.e., reset after a single pass through the flowchart).
ResetAfterEachRun 2 Reset after each set of simulations.
ResetAfterAnalysis 1 Reset after each set of runs.
NeverReset 3 Never reset.