MultisimDatastore
Description
The simulink.multisim.MultisimDatastore
object is a custom
object that allows you to post-process your simulation results in parallel. The
simulink.multisim.MultisimDatastore
iterates over multiple complete
simulation results. You can use simulink.multisim.MultisimDatastore
object
only with simulink.multisim.DesignStudy
simulations.
Creation
Syntax
Description
creates a ds
= multisimDatastore(location
)MultisimDatstore
object from the collection of data specified
by location
. After creating ds
, you can read and
post-process the simulation results.
creates a ds
= multisimDatastore(multisimFuture
)MultisimDatstore
object from the simulation outputs that are
returned as a simulink.multisim.Future
object.
creates a ds
= multisimDatastore(job
)MultisimDatstore
object from the
Simulink.Simulation.Job
object that is returned with
batchsim
simulations.
Input Arguments
Output Arguments
Properties
Object Functions
combine | Combine data from multiple datastores |
hasdata | Determine whether data is available to read |
read | Read chunk of data in simulink.multisim.MultisimDatasore
object |
readall | Read all data in datastore |
reset | Reset datastore to initial position |
preview | Return subset of data from datastore |
progress | Return percentage of data read from datastore |
numpartitions | Number of datastore partitions |
transform | Transform datastore |
Examples
Version History
Introduced in R2025a