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