ScenarioLog
View RoadRunner Scenario simulation outcomes in MATLAB at any time step
Since R2022a
Description
A ScenarioLog
object stores scenario simulation outcomes at all
time steps of a simulation. Use a ScenarioLog
object to:
View actor information, such as runtime attributes and actions, at any time step.
View simulation information at any time step.
View diagnostics reported during simulation.
View values of user-defined action or event parameters at any time step.
Creation
Retrieve the ScenarioLog
object that represents a simulation log by
using the get
function of a
ScenarioSimulation
object. You can get the log of a simulation only if it has logging enabled using the set
function of
the ScenarioSimulation
object. You can get the log of a simulation only
after it stops playing.
Object Functions
get | Get logged scenario simulation data |
Examples
Version History
Introduced in R2022a