.Modelica_LinearSystems2.ZerosAndPoles.Analysis.analysis.printSystem

Information

Print the state space system in html format on file

Interface

encapsulated function printSystem
  import Modelica;
  import Modelica.Utilities.Streams.print;
  import Modelica_LinearSystems2.ZerosAndPoles;
  import Modelica_LinearSystems2;
  input ZerosAndPoles zp "transfer function to analyze";
  input String fileName = "systemAnalysis.html" "File on which the zeros-and-poles transfer function is written in html format";
  input String systemName = "ZerosAndPoles Transfer Function" "name of the system";
  input String description = "" "Description of system (used in html file)";
  input String format = ".3g" "Format of numbers (e.g. \"20.8e\")";
end printSystem;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos