.Modelica_LinearSystems2.Internal.Streams.stateSpaceString_html

Information

Print state space representation in one string in HTML format

Interface

function stateSpaceString_html
  import Modelica;
  import Modelica_LinearSystems2.StateSpace;
  import Modelica.Utilities.Strings;
  input StateSpace ss "State space system to be transformed in a String representation";
  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 stateSpaceString_html;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos