SerialPhase
Specify options for customizing logic phase that executes child phases sequentially
Since R2025a
Description
A SerialPhase
object represents a serial logic phase in the
RoadRunner scenario logic . Serial phases execute their child phases sequentially during
simulation.
Creation
You can create a SerialPhase
object in these ways:
The
addPhaseInParallel
function creates a phase with the specified type and adds it in parallel to the specified existing phase or serial sequence of phases in the RoadRunner scenario logic. Specify thephaseType
argument as"SerialPhase"
to create aSerialPhase
object.The
addPhase
function creates a new phase of the specified type and adds it as the last child of the specified parallel phase in the RoadRunner scenario logic. Specify thephaseType
argument as"SerialPhase"
to create aSerialPhase
object.
Note
You cannot specify a serial phase as a child of another serial phase.
Properties
Examples
Version History
Introduced in R2025a
See Also
addPhaseInSerial
| addPhaseInParallel
| addPhase
| PhaseLogic
| ParallelPhase