encapsulated function printHead2a
import Modelica;
import Modelica_LinearSystems2;
import Modelica.Utilities.Streams.print;
import Modelica_LinearSystems2.StateSpace;
input String fileName = "systemHead2a.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");
input Boolean printTable = true "True, if the system has real eigenvalues to be printed in table";
input Integer hSize(min = 1, max = 5) = 3 "Size of heading of printed document (=1: Title, =2: Chapter, etc.)" annotation(
Dialog(group = "HTML format"));
end printHead2a;