.OpenModelica.Scripting.installPackage

Information

Installs the package with the best matching version (or only the specified version if exactMatch is given). To update the index, call updatePackageIndex().

Interface

function installPackage
  input TypeName pkg;
  input String version = "";
  input Boolean exactMatch = false;
  output Boolean result;
end installPackage;

Generated at 2024-04-22T18:15:51Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos