Container for data store logging information
Simulink® uses Simulink.SimulationData.DataStoreMemory
objects
to store logging information from Data Store Memory blocks during
simulation. The objects contain information about the blocks that
write to the data store.
Name | Description |
---|---|
Location of Data Store Memory block for the logged data store | |
Location of Data Store Write blocks that write to the data store | |
Data Store Write blocks for each signal value | |
Name of the data store dataset | |
Scope of the data store: | |
Time and data that were logged |
Location of Data Store Memory block for the logged data store.
character vector
RW
Location of blocks that write to the data store. Each element of the array contains the full block path of one writer block.
Vector of Simulink.SimulationData.BlockPath
objects
RO
The number of writes in the data store.
The n
th element of DSMWriters
contains
the index of the element in DSMWriterBLockPaths
that
contains the block path of the writer that performed the n
th
write to Values
.
Integer vector
RO
Name of the data store dataset
character vector
RO
Scope of the data store: 'local'
or 'global'
character vector
RW
Time and data that were logged
MATLAB® timeseries
RW