ResetOptionEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
<onlyinclude>Specifies whether the variable will retain its value during simulation or be reset to its initial value at specific times.</onlyinclude> | |||
==Members== | |||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 180px;"|ResetAfterEachSim||style="width: 70px;"|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. | |||
|} |
Revision as of 22:55, 11 August 2015
Member of: SynthesisAPI
Specifies whether the variable 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. |