UserLab Simulation Start

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

Start

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

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 UserLab Simulation Start.svg Start button.
    • Select the UserLab → UserLab Simulation Start.svg Start option from the menu.
  2. The active simulation is identified and started.
  3. A running simulation can be stopped from UserLab Simulation Stop.svg Stop.

Scripting

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


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