Groups¶
-
series¶
A sequential series of actions to apply during a simulation.
- Syntax:
series(*actions, flatten=true, name=none)
- Required:
actions
: A collection of Actions to run in seriesflatten
: When True, each action will be stored in the top level of the solution tree. When False, each action will be a child of the previous solution generated.name
: Optional name for the solution generated by these actions
- See Also: