.Modelica_LinearSystems2.StateSpace.Analysis.analysis.printTab3

Information

Print the table with eigenvalues in html format on file

Interface

encapsulated function printTab3
  import Modelica;
  import Modelica.Utilities.Strings;
  import Modelica.ComplexMath;
  import Complex;
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.ComplexMathAdds;
  import Modelica.Utilities.Streams.print;
  import Modelica_LinearSystems2.Internal.Eigenvalue;
  input Eigenvalue evSorted[:];
  input Complex evecComplex[:, :];
  input Integer evIndex[size(evecComplex, 1)];
  input Complex cev[size(evecComplex, 1)];
  input Integer nReal;
  input String xNames2[size(evecComplex, 1)];
  input String fileName;
  input 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");
end printTab3;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos