finesse.analysis.actions.series.Series
¶
Overview
- class finesse.analysis.actions.series.Series(*actions, flatten=True, name=None)[source]¶
Bases:
Action
A sequential series of actions to apply during a simulation.
- Parameters
- actions
Action
A collection of Actions to run in series
- flattenbool
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.
- namestr
Optional name for the solution generated by these actions
- actions