.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-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos