.Modelica_LinearSystems2.Utilities.Streams.stateSpaceString_html

Information

Syntax

s = Streams.stateSpaceString_html(ss, significantDigits, name);

Description

Returns a string in the HTML format collecting matrices of a state space representation ss.

Interface

function stateSpaceString_html
  extends Modelica.Icons.Function;
  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-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos