addPhaseInSerial
Syntax
Description
creates a logic phase with the specified phase type and adds it in serial after the
specified existing phase in the RoadRunner scenario logic. If the existing phase is not already a child of a serial
phase, RoadRunner Scenario creates a new parent serial phase.rrPhase
= addPhaseInSerial(rrLogic
,existingPhase
,phaseType
)
also specifies the position in the logic sequence at which to insert the new phase relative
to the specified existing phase.rrPhase
= addPhaseInSerial(rrLogic
,existingPhase
,phaseType
,Insertion=insertionPosition
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
roadrunnerAPI
| addPhaseInParallel
| addPhase
| initialPhaseForActor
| SerialPhase