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;