.Modelica_LinearSystems2.ComplexMathAdds.Vectors.printHTML

Information

Print complex vector as HTML in sorted form (vector is expected to have pure real and/or conjugate complex values (so poles and/or zeros)

Interface

function printHTML
  extends Modelica.Icons.Function;
  import Modelica.Utilities.Files;
  import Modelica.Utilities.Streams;
  import Modelica.Utilities.Streams.print;
  input Complex c[:] "Complex vector to be printed";
  input String heading = "Zeros" "Heading above the table";
  input String name = "zeros" "Heading of value column";
  input Boolean sort = true "= true, if values are sorted, otherwise no sorting";
  input Boolean ascending = true "= true if ascending order, otherwise descending order for sorting";
  input Boolean sortFrequency = true "= true, if sorting is first for imaginary then for real value, otherwise sorting is for absolute value";
end printHTML;

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