.Modelica_LinearSystems2.StateSpace.Analysis.analysis.printHead3

Information

Print the heading of document for description in html format on file

Interface

encapsulated function printHead3
  import Modelica;
  import Modelica_LinearSystems2;
  import Modelica.Utilities.Streams.print;
  input String fileName = "systemHead3.html" "File on which the information is written in html format";
  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 printHead3;

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