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 8: | Line 8: | ||
|- | |- | ||
| style="width: 180px;"|ResetAfterEachSim||style="width: 70px;"|0||Reset after each simulation (i.e., reset after a single pass through the flowchart). | | style="width: 180px;"|ResetAfterEachSim||style="width: 70px;"|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. | |ResetAfterEachRun||2||Reset after each set of simulations. | ||
|- | |- | ||
|NeverReset||3||Never reset. | |NeverReset||3||Never reset. | ||
|} | |} |
Revision as of 20:10, 8 October 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). |
ResetAfterAnalysis | 1 | Reset after each set of runs. |
ResetAfterEachRun | 2 | Reset after each set of simulations. |
NeverReset | 3 | Never reset. |