.OpenModelica.Scripting.getLoadedLibraries

Returns the loaded libraries.

Information

Returns a list of names of libraries and their path on the system, for example:
{{"Modelica","/usr/lib/omlibrary/Modelica 3.2.1"},{"ModelicaServices","/usr/lib/omlibrary/ModelicaServices 3.2.1"}}

Interface

function getLoadedLibraries
  output String[:, 2] libraries;
end getLoadedLibraries;

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos