Scenario Manager - Actions

Navigation:  Toolboxes > Scenario Manager >

Scenario Manager - Actions

Previous pageReturn to chapter overviewNext page

The following Actions are available in the Scenario Manager.

Pre-simulation

Add Plot Window: Create a new plot in 20-sim and show variables.
Generate Code: Create C-code from a 20-sim model.
Implementation: Change the implementation of a submodel.
Log Variables: Log a variable in memory during a simulation run.
OK to Continue: Ask the user to click OK to continue.
Set Parameter: Change the value of a parameter.
Simulator Setting: Change the settings of the Simulator: Fast mode, Endless mode, Start time, Finish Time, Event Delta, Output after each, Integration method.
Update Submodel: Exchange a submodel in your model with a submodel from file.

Simulation

Generate Code: Create C-code from a 20-sim model.
Generate CSV: Store the variables that have been logged on a .csv-file.
Log Variables: Log a variable in memory during a simulation run.
OK to Continue: Ask the user to click OK to continue.
Run Simulation: Run a simulation from start time to finish time. If the finish time is passed, the simulation will stop, even if endless simulation has been chosen. After passing the finish time the next Module will be executed.
Set Parameter: Change the value of a parameter.
Simulator Setting: Change the settings of the Simulator: Fast mode, Endless mode, Start time, Finish Time, Event Delta, Output after each, Integration method.
Start Simulation: Start a simulation run and execute the next module. The simulation will stop when all Modules have been executed or the Stop Simulation Module is executed.
Stop Simulation: Stop a running Simulation.
Update Submodel: Exchange a submodel in your model with a submodel from file.
Wait for Seconds: Wait a number of second before executing the next Module.

Post-simulation

Assert Test: This Module will ask you to select a submodel. It will look inside this submodel for a boolean output signal testResult. If this signal is true at the end of the simulation run, the test was successful and a V-sign is placed next to the scenario, otherwise a red cross will be placed.
Compare CSV: Compare the values in two .csv-files.
Generate Code: Create C-code from a 20-sim model.
Generate CSV: Store the variables that have been logged on a .csv-file.
Implementation: Change the implementation of a submodel.
OK to Continue: Ask the user to click OK to continue.
Set Parameter: Change the value of a parameter.