SeismicLab Simulation Stop

From LabRPS Documentation
Jump to navigation Jump to search

Stop

Menu location
SeismicLab → Stop
Phenomena
SeismicLab
Default shortcut
None
Introduced in version
-
See also
SeismicLab 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 SeismicLab Simulation Stop.svg Stop button.
    • Select the SeismicLab → SeismicLab Simulation Stop.svg Stop option from the menu.
  2. The running simulation is identified and stopped.
  3. The active simulation can be started from SeismicLab Simulation Start.svg Start.

Scripting

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