SeaLab Simulation Start

From LabRPS Documentation
Jump to navigation Jump to search
Arrow-left.svg Previous: SeaLab CreateFeature.svg Create Features
Next: Stop SeaLab Simulation Stop.svg Arrow-right.svg

Start

Menu location
SeaLab → Start
Phenomena
SeaLab
Default shortcut
None
Introduced in version
-
See also
SeaLab tutorial

Description

This command allows the user to start the active simulation method. It is active only when the document contains at least one active simulation.

Usage

  1. There are several ways to invoke the command:
    • Press the SeaLab Simulation Start.svg Start button.
    • Select the SeaLab → SeaLab Simulation Start.svg Start option from the menu.
  2. The active simulation is identified and started.
  3. A running simulation can be stopped from SeaLab Simulation Stop.svg Stop.

Scripting

  • Start the active simuation.
import SeaLabGui
SeaLabGui.getActiveSimulation().ViewObject.run()


Arrow-left.svg Previous: SeaLab CreateFeature.svg Create Features
Next: Stop SeaLab Simulation Stop.svg Arrow-right.svg