Returns a pretty formatted string representing the input state space ss. The operator is used by writing just the following command:
ss;
encapsulated operator function 'String' import Modelica; import Modelica_LinearSystems2.StateSpace; import Modelica.Utilities.Strings; input StateSpace ss "State space system to be transformed"; input Integer significantDigits = 12 "Number of significant digits that are shown"; input String name = "ss" "Independent variable name used for printing"; output String s = ""; end 'String';