RemoveActorAction
Description
The RemoveActorAction object represents a Remove
Actor action in the RoadRunner scenario logic. The Remove Actor action specifies for
RoadRunner Scenario to remove the associated actor from the scenario during simulation run time. The
associated actor is the actor specified by the Actor property of the
ActorActionPhase object in the Phase property of the
RemoveActorAction object. Specifying RemoveActorAction
as the action type when adding an action to your scenario adds a Remove
Actor action to the specified phase in the scenario logic. You can use the
RemoveActorAction object to programmatically modify the attributes of the
corresponding Remove Actor action by changing the property values of the
object.
Creation
The addAction function adds an
action of the specified type as a child to the specified phase. Specify the
actionType argument as "RemoveActorAction" to create a
RemoveActorAction object associated with the specified phase.
Properties
Examples
Version History
Introduced in R2026a
See Also
addAction | addPhaseInSerial | setEndCondition | DurationCondition | WaitAction
Topics
- Define Scenario Logic (RoadRunner Scenario)