libstp.step.sequential

Classes

Sequential

Composite step that runs child steps one after another.

Functions

seq(→ Sequential)

Create a sequential composite from an explicit list of steps.

Module Contents

class libstp.step.sequential.Sequential(steps: List[libstp.step.Step])

Bases: libstp.step.Step

Composite step that runs child steps one after another.

steps: List[libstp.step.Step]
to_simulation_step() libstp.step.SimulationStep
libstp.step.sequential.seq(steps: List[libstp.step.Step]) Sequential

Create a sequential composite from an explicit list of steps.