Modelica_LinearSystems2.Utilities.Plot.Records

Records used to define the function interfaces

Package Content

NameDescription
Modelica_LinearSystems2.Utilities.Plot.Records.Diagram Diagram Properties of a diagram in a figure containing one or more curves
Modelica_LinearSystems2.Utilities.Plot.Records.Curve Curve Properties of a curve (displayed in a diagram)
Modelica_LinearSystems2.Utilities.Plot.Records.Device Device Properties of a device
Modelica_LinearSystems2.Utilities.Plot.Records.DefaultDiagram DefaultDiagram Diagram with no curves (might be used as default diagram)

Modelica_LinearSystems2.Utilities.Plot.Records.Diagram Modelica_LinearSystems2.Utilities.Plot.Records.Diagram

Properties of a diagram in a figure containing one or more curves

Information

Extends from Modelica.Icons.Record (Icon for a record).

Parameters

NameDescription
curve[:]Properties of the curves in one diagram of the figure
headingHeading displayed above diagram
heightRatioHeight of diagram = heightRatio*diagramWidth
grid= true, if grid is shown
Axes
xLabelString displayed at horizontal axis
yLabelString displayed at vertical axis
logX= true, if logarithmic scale of x-axis
logY= true, if logarithmic scale of y-axis
uniformScaling= true, if same vertical and horizontal axis increment
Legend
legend= true, if legend is shown
legendFrame= true, if frame around legend
legendHorizontal= true, if horizontal legend (provided it is meaningful)
legendLocationLegend placement

Modelica_LinearSystems2.Utilities.Plot.Records.Curve Modelica_LinearSystems2.Utilities.Plot.Records.Curve

Properties of a curve (displayed in a diagram)

Information

Extends from Modelica.Icons.Record (Icon for a record).

Parameters

NameDescription
x[:]x-values of curve
y[:]y-values of curve
legendLegend text of curve
autoLine= true, if automatic line properties of curve
If autoLine = false (otherwise ignored)
lineColor[3]Color of curve as rgb values
linePatternLine pattern of curve
lineSymbolSymbol for points on curve

Modelica_LinearSystems2.Utilities.Plot.Records.Device Modelica_LinearSystems2.Utilities.Plot.Records.Device

Properties of a device

Information

Extends from Modelica.Icons.Record (Icon for a record).

Parameters

NameDescription
xTopLeftHorizontal position of top left figure corner if applicable (e.g. window) [mm]
yTopLeftVertical position of top left figure corner if applicable (e.g. window) [mm]
diagramWidthWidth of diagram [mm]
windowResolution[dpi] Image resolution in window if applicable (e.g. unscaled window)
autoLineColorif automatic line properties: distinguish curves by color otherwise by line style

Modelica_LinearSystems2.Utilities.Plot.Records.DefaultDiagram Modelica_LinearSystems2.Utilities.Plot.Records.DefaultDiagram

Diagram with no curves (might be used as default diagram)

Information

Extends from Diagram (Properties of a diagram in a figure containing one or more curves).

Parameters

NameDescription
curve[:]Properties of the curves in one diagram of the figure
headingHeading displayed above diagram
heightRatioHeight of diagram = heightRatio*diagramWidth
grid= true, if grid is shown
Axes
xLabelString displayed at horizontal axis
yLabelString displayed at vertical axis
logX= true, if logarithmic scale of x-axis
logY= true, if logarithmic scale of y-axis
uniformScaling= true, if same vertical and horizontal axis increment
Legend
legend= true, if legend is shown
legendFrame= true, if frame around legend
legendHorizontal= true, if horizontal legend (provided it is meaningful)
legendLocationLegend placement

HTML-documentation generated by Dymola Tue Sep 08 18:52:57 2009.