encapsulated function printTab4
import Modelica;
import Modelica.Utilities.Strings;
import Modelica_LinearSystems2;
import Modelica.Utilities.Streams.print;
import Complex;
input Complex systemZeros[:];
input Integer evIndex[size(systemZeros, 1)];
input Integer nReal;
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 printTab4;