getStatus
Return status of root inports stimulation of model on target computer
Since R2021a
Syntax
Description
getStatus(
returns the status of the stimulation of specified root inports of the model running on the
target computer. The status of the stimulation can be:target_object
.Stimulation,inports
)
RUNNING
— indicates that stimulation is runningPAUSED
— indicates that stimulation is pausedisFinished
— indicates that stimulation data is finishedSTOPPED
— indicates that stimulation is stopped
getStatus(
returns the status of the stimulation of specified Playback blocks in the
model running on the target computer. The status of the stimulation can be
target_object
.Stimulation,playbacks
)RUNNING
, PAUSED
, isFinished
, or
STOPPED
.
getStatus(
returns the status of the stimulation of all root inports of the model and Playback blocks
in the model running on the target computer.target_object
.Stimulation,'all
')
Examples
Input Arguments
Version History
Introduced in R2021a