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 the associated [[CVariable Class|cVariable]] object will retain its value during simulation or be reset to its initial value at specific times.</onlyinclude> | ||
==Members== | ==Members== |
Latest revision as of 21:12, 24 June 2016
Member of: SynthesisAPI
Specifies whether the associated cVariable object 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). |
ResetAfterAnalysis | 1 | Reset after each set of runs. |
ResetAfterEachRun | 2 | Reset after each set of simulations. |
NeverReset | 3 | Never reset. |