Transform TransferFunction into a String representation
encapsulated operator function 'String' import Modelica_LinearSystems2.Math.Polynomial; import Modelica_LinearSystems2.TransferFunction; input TransferFunction tf "Transfer function to be transformed in a String representation"; input Integer significantDigits = 6 "Number of significant digits that are shown"; input String name = "s" "Independent variable name used for printing"; output String s = ""; end 'String';