Running Models
This requires that the model contains a system specification.
Models with test primitives can also be run as POOSL Tests.
Launch
Follow one of these steps:
- Right click in an open editor, or on a .poosl file in the Project Explorer. Select "Run As" -> "POOSL Simulation".
- If the POOSL Model is opened in the editor, click on the small arrow next to the Run button and select "Run as..." -> "POOSL Simulation".
- Click on the small arrow next to the Run button, and select the POOSL Model (if present).
- Click on the Run button, or use keyboard shortcut <CTRL>-<F11>, to run the most recently launched simulation.
The launch configuration will be automatically created. You can change the launch settings in the launch configuration.
Monitor
The progress of the simulation can be monitored in the Console view at the bottom of the screen. For interactive simulation, use Debug a POOSL Model instead.
Stop
To stop a running simulation, click on the red stop button (red square icon) in the Console view at the bottom of the screen.
Advanced features