.Modelica_LinearSystems2.StateSpace.'String'

Information

Returns a pretty formated string representing the input state space ss. The operator is used by writing just the following command:

ss;

Interface

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';

Generated at 2024-05-07T18:16:22Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos