User manual
Dymola 2015 FD01 Release Notes 33
The text of the model can be edited and submitted to Dymola. If the model is read-only, the
editor is disabled and the model is not possible to edit.
The dimensions in pixels are given by
width and height.
insertEquations(result_block, model, format)
Inserts the equations and algorithms of a Modelica model.
The
format is either "PNG" or "MathML".
insertDocumentation(result_block, model, width, height)
Inserts the formatted documentation of a Modelica model.
The dimensions in pixels are given by
width and height.
insertParameterDialog(result_block, model)
Inserts an editor for the top-level parameters in a model.
The parameter values can be changed and submitted to Dymola.
insertCommand(result_block, width, height)
Inserts a command window.
The bottom part is a command-line where any command may be entered. The top part
shows the result.
The dimensions in pixels are given by
width and height.
insertPlot(result_block, model, variables, format, width, height)
Inserts a plot.
The array of variables to plot is given by v
ariables.
The
format is either "PNG" or "SVG". The dimensions in pixels are given by width and
height.
insertVariableValue(model, variable, time)
Inserts a variable value. The value is read from the result file.
The variable path is given by v
ariable. The time in seconds is given by time.
insertSignalOperatorValue(model, variable, signalOperator)
Inserts a signal operator value.
The variable path is given by v
ariable. The signalOperator is an enumeration value.
Here is a list of available signal operators:
SignalOperator.Min
SignalOperator.Max