libstp.step.sequential ====================== .. py:module:: libstp.step.sequential Classes ------- .. autoapisummary:: libstp.step.sequential.Sequential Functions --------- .. autoapisummary:: libstp.step.sequential.seq Module Contents --------------- .. py:class:: Sequential(steps: List[libstp.step.Step]) Bases: :py:obj:`libstp.step.Step` Composite step that runs child steps one after another. .. py:attribute:: steps :type: List[libstp.step.Step] .. py:method:: to_simulation_step() -> libstp.step.SimulationStep .. py:function:: seq(steps: List[libstp.step.Step]) -> Sequential Create a sequential composite from an explicit list of steps.