Simulink.SimulationData.Parameter
Stores logged parameter data and metadata
Description
The Simulink.SimulationData.Parameter
object stores data and
metadata for logged block parameters. Tunable parameters connected to Dashboard blocks
are logged to the Simulation Data Inspector during simulation. To access logged
parameter data, you can export the simulation run from the Simulation Data Inspector
using the user interface (UI) or the Simulink.sdi.exportRun
function. For more information about exporting
simulation runs with the Simulation Data Inspector UI, see Export Data to Workspace or File.
Creation
Description
returns a dataset
= Simulink.sdi.exportRun(runID
)Simulink.SimulationData.Dataset
object, dataset
. When the run corresponding to
runID
contains logged parameter data, the dataset
contains a Simulink.SimulationData.Parameter
object as an
element for each logged parameter. Each
Simulink.SimulationData.Parameter
element takes the name of
the logged parameter. You can access a
Simulink.SimulationData.Parameter
object using the
get
function.
Input Arguments
Properties
Examples
Version History
Introduced in R2018a