SeaLab Simulation Stop

From LabRPS Documentation
Revision as of 16:39, 22 December 2024 by LabRPS (talk | contribs) (Created page with "{{Docnav |Start |UserLab Workbench |SeaLab |IconL=SeaLab_Simulation_Start.svg |IconR=Workbench_UserLab.svg |IconC=Workbench_SeaLab.svg }} {{GuiCommand |Name=Stop |MenuLocation=SeaLab → Stop |Phenomena=SeaLab |SeeAlso=SeaLab tutorial 1 }} ==Description== This command allows the user to stop the running simulatio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Arrow-left.svg Previous: SeaLab Simulation Start.svg Start

Stop

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

Description

This command allows the user to stop the running simulation. It is active only when a simulation is running.

Usage

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

Scripting

  • Stop the active simuation.
import SeaLabGui
SeaLabGui.getActiveSimulation().ViewObject.stop()


Arrow-left.svg Previous: SeaLab Simulation Start.svg Start