.OpenModelica.Scripting.getConnectionList

Information

Returns a list of all connect equations including those in loops. For example:
{{"connection1.lhs","connection1.rhs"}, {"connection2.lhs","connection2.rhs"}}

Interface

function getConnectionList
  input TypeName className;
  output String[:, :] result;
end getConnectionList;

Generated at 2024-09-07T18:25:44Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos