.Modelica_LinearSystems2.TransferFunction.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.TransferFunction;
  input TransferFunction tf "transfer function to analyze";
  input String fileName = "systemAnalysis.html" "File on which the transfer function is written in html format";
  input String systemName = "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-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos