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
Speedgoat® 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, Playback blocks,
and tunable parameters in the model running on the target computer.target_object
.Stimulation,'all
')
getStatus(
returns the status of the stimulation of the specified root inports, Playback
blocks, and tunable parameters after the previous step in the model running on the target
computer.target_object
.Stimulation,blockPath
)