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