Main Content

resume

Resume co-simulation with 3D simulation engine

Since R2024a

    Description

    resume(world) resumes the co-simulation with 3D simulation engine.

    resume(world,pauseTime) pauses the simulation after the time duration specified in pauseTime.

    Input Arguments

    collapse all

    World object where the simulation is to be resumed, specified as a sim3d.World object.

    Example: world = sim3d.World

    Time until simulation pauses, specified as a real positive scalar, in s. Pause time refers to the duration after which the simulation stops updating its state. You can set a value for pause time to pause the simulation. When the simulation is paused, you can analyze, debug, or troubleshoot your model performance.

    Data Types: single

    Version History

    Introduced in R2024a