ResetOptionEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>Specifies whether | <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
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. |