Std Workbench

From LabRPS Documentation
Jump to navigation Jump to search

Std Workbench

Menu location
View → Workbench
Phenomena
All
Default shortcut
None
Introduced in version
-
See also
None

Description

The Std Workbench command activates a selected workbench.

Std Workbench ComboBox Icons And Text.png

The default ComboBox Workbench selector type

Std Workbench TabBar Icons Only.png

The optional TabBar Workbench selector type (here displayed with icons only)

Usage

  1. There are several ways to invoke the command:
    • Select a workbench from the ComboBox in the Workbench toolbar.
    • Select a workbench from the View → Workbench sub-menu.

Notes

Preferences

See also: Preferences Editor.

  • A page with related preferences is available: Edit → Preferences... → Workbenches → Available Workbenches. You can change the Start up workbench, and more.

Scripting

See also: Autogenerated API documentation and LabRPS Scripting Basics.

To change the workbench use the activateWorkbench method of the LabRPSGui module.

import LabRPSGui

LabRPSGui.activateWorkbench("WindLabWorkbench")