play
Play satellite scenario simulation results on viewer
Description
play(
plays simulation results of the
satellite scenario, scenario
)scenario
. When AutoSimulate
of the satellite scenario is true
, the
simulation is automatically performed from StartTime
to StopTime
using a step size specified by the SampleTime
,
and the results are played on the viewer. Otherwise, the results calculated up to the
SimulationTime
are played on the viewer. Calling the play
function enables the widgets on the viewers.
play(
plays the satellite scenario
simulation results on the Satellite Scenario Viewer specified by
viewer
)v
.
play(
specifies additional options using one or more name-value arguments. For example, you can
set the speed of animation to 40 times the real time speed, using
scenario
,Name,Value
)'PlaybackSpeedMultiplier',40
.