functionprintTab1
Print the table with real eigenvalues in html format on file
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Eigenvalue[:] | evSorted | ||
| Integer[size(evSorted, 1)] | evIndex | ||
| Real[size(evSorted, 1),size(evSorted, 1)] | r_evec | ||
| Real[size(evSorted, 1),size(evSorted, 1)] | l_evec | ||
| Integer | nReal | ||
| String[size(evSorted, 1)] | xNames2 | ||
| String | fileName | ||
| Modelica_LinearSystems2.Internal.AnalyseOptions | analyseOptions | Modelica_LinearSystems2.Internal.AnalyseOptions(plotEigenValues = true, plotInvariantZeros = true, plotStepResponse = true, plotFrequencyResponse = true, printEigenValues = true, printEigenValueProperties = true, printInvariantZeros = true, printControllability = true, printObservability = true, headingEigenValues = "Eigenvalues", headingInvariantzeros = "Invariant zeros", headingStepResponse = "Step response", headingFrequencyResponse = "Frequency response") |