.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-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos