recordAnalyseOptions
Defines the characteristics of the eigenvalues to be print or to be plot
Extends from Modelica.Icons.Record (Icon for records).
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | plotEigenValues | true | Plot eigenvalues |
| Boolean | plotInvariantZeros | true | Plot invariant zeros |
| Boolean | plotStepResponse | true | Plot step response |
| Boolean | plotFrequencyResponse | true | Plot bode diagram |
| Boolean | printSystem | true | Write system into the report (if not too large) |
| Boolean | printEigenValues | true | Write eigenvalues into the report |
| Boolean | printEigenValueProperties | true | Write eigenvalues with properties |
| Boolean | printInvariantZeros | true | Write invariant zreos into the report |
| Boolean | printControllability | true | Indicates controllability of every single pole |
| Boolean | printObservability | true | Indicates observability of every single pole |
| String | headingEigenValues | "Eigenvalues" | |
| String | headingInvariantzeros | "Invariant zeros" | |
| String | headingStepResponse | "Step response" | |
| String | headingFrequencyResponse | "Frequency response" | |
| Boolean | dB_w | false | = true, to plot Bode with dB over w [rad/s] otherwise magnitude over f [Hz] |