Simulation Section

The Simulation section provides commands for setting up, running, and analyzing a simulation.

Simulation Setup
Defines the preferences of a simulation.
In the Simulation Setup dialog box, select the tab corresponding to the preferences to be customized and set the desired preferences.
See Setting up a Simulation.
Simulate
Launches a simulation.
See Simulating a Behavior.
Replay Animation
Replays the animation previously executed. This command reuses the virtual execution and helps analyze the animation.
See Replaying an Animation.
Save Simulation Result
Saves the simulation result.
See Opening, Saving, or Exporting Simulation Results.
Open Simulation Result
Opens the simulation result.
Click to open a simulation result from a tab, from a file, or from the database.
See Opening, Saving, or Exporting Simulation Results.
Parameters Initial Value
Edits the model parameters initial value to be used during the virtual execution.
See Defining Execution Parameters Initial Conditions.
Import Initial Conditions
Imports initial conditions from an existing result.
See Importing Initial Conditions.
Sweep Parameters
Sweeps the selected parameters.
You can sweep to vary the model parameters and analyze the result as trajectories or last points.
See Sweeping Parameters.
Modelica Scripting
Toggles the display of the Modelica Scripting dialog.
See Working with the Modelica Scripting Window.
Execute a Modelica Script
Executes the commands contained in a Modelica script file (.mos).
See Executing a Modelica Script File.
Modelica Script Editor
Creates and edits Modelica scripts.
See Working with the Modelica Script Editor.
Simulation Analysis
Starts simulation analysis on current result
See Simulation Analysis: Analyzing Numeric Intergration and Events.
Linearize
See Flyout for Linear Analysis
Export Simulation Result
Exports the simulation result.
See Opening, Saving, or Exporting Simulation Results.
Export Current Layer
Exports the currently displayed layer as a picture file in .png or .svg format.
See Exporting the Diagram or Icon Layer as a Picture.
Change Active View
Switches between views.
Select the view to be displayed.
See Managing 2D and 3D Views.

Flyout for Linear Analysis

Linearize
Linearizes a model and return the linearized model as StateSpace object.
The corresponding function call in Modelica_LinearSystems2 is displayed.
See Applying Integrated Linear Systems Analysis Tools.
Compute Poles
Linearizes a model and plot the poles of the linearized model.
The corresponding function call in Modelica_LinearSystems2 is displayed.
See Applying Integrated Linear Systems Analysis Tools.
Compute Zeros and Poles
Linearizes a model and plot the zeros and the poles of the linearized model.
The corresponding function call in Modelica_LinearSystems2 is displayed.
See Applying Integrated Linear Systems Analysis Tools.
Bode Plot
Linearizes a model and plots the Bode plot from all inputs to all outputs of the linearized model.
At least one input to the system is required to create Bode plot.
See Applying Integrated Linear Systems Analysis Tools.
Perform a Full Analysis
Linearizes a model and performs all available linear analysis operations.
The corresponding function call in Modelica_LinearSystems2 is displayed. If needed, enter values of model parameters for the linearization.
See Applying Integrated Linear Systems Analysis Tools.
Plot Root Locus Analysis
Computes and plot the root locus of one parameter of a model.
The corresponding function call in Modelica_LinearSystems2 is displayed. If needed, enter model parameter to be varied and values for other parameters.
See Applying Integrated Linear Systems Analysis Tools.