.OpenModelica.Scripting.getUses

Returns the libraries used by a package.

Information

Returns the libraries used by the package based on the uses-annotation, using the format: {{"Library1","Version"},{"Library2","Version"}}.

Interface

function getUses
  input TypeName pack;
  output String[:, :] uses;
end getUses;

Generated at 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos