Std Workbench

From LabRPS Documentation
Revision as of 15:17, 26 October 2024 by LabRPS (talk | contribs) (Created page with "{{Docnav |MainFullscreen |TreeSyncView |Std View Menu |IconL=Std_MainFullscreen.svg |IconR=Std_TreeSyncView.svg |IconC=Labrps.svg }} {{GuiCommand |Name=Std Workbench |MenuLocation=View → Workbench |Phenomena=All }} ==Description== The '''Std Workbench''' command activates a selected workbench. Image:Std_Workbench_ComboBox_Icons_And_Text.png {{Caption|The default ComboBox Workbench se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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")