Transform DiscreteZerosAndPoles transfer function into a String representation
encapsulated operator function 'String' import Modelica; import Modelica_LinearSystems2; import Modelica_LinearSystems2.DiscreteZerosAndPoles; import Modelica_LinearSystems2.ZerosAndPoles; input DiscreteZerosAndPoles dzp "DiscreteZerosAndPoles transfer function to be transformed in a String representation"; input Integer significantDigits = 6 "Number of significant digits that are shown"; input String name = "q" "Independent variable name used for printing"; output String s = ""; end 'String';