recordDefaultDiagramBodePlot
Default diagram for Bode plot
Extends from Modelica.Icons.Record (Icon for records), Modelica_LinearSystems2.Utilities.Plot.Records.DefaultDiagram (Diagram with no curves (might be used as default diagram)).
Information
This record contains the default diagram options for magnitude in bode plots.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica_LinearSystems2.Utilities.Plot.Records.Curve[:] | curve (from Diagram) | Properties of the curves in one diagram of the figure | |
| String | heading (from Diagram) | "" | Heading displayed above diagram |
| Real | heightRatio (from Diagram) | 0.45 | Height of diagram = heightRatio*diagramWidth |
| Boolean | grid (from Diagram) | true | True, if grid is shown |
| String | xLabel (from Diagram) | " " | String displayed at horizontal axis |
| String | yLabel (from Diagram) | " " | String displayed at vertical axis |
| Boolean | logX (from Diagram) | false | True, if logarithmic scale of x-axis |
| Boolean | logY (from Diagram) | false | True, if logarithmic scale of y-axis |
| Boolean | uniformScaling (from Diagram) | false | True, if same vertical and horizontal axis increment |
| Boolean | legend (from Diagram) | true | True, if legend is shown |
| Boolean | legendFrame (from Diagram) | false | True, if frame around legend |
| Boolean | legendHorizontal (from Diagram) | true | True, if horizontal legend (provided it is meaningful) |
| Modelica_LinearSystems2.Utilities.Plot.Types.LegendLocation | legendLocation (from Diagram) | Modelica_LinearSystems2.Utilities.Plot.Types.LegendLocation.Above | Legend placement |