.OpenModelica.Scripting.getVersion

Returns the version of the compiler or a Modelica library.

Information

Returns the version of the compiler if called without an argument, or the version of a loaded Modelica library if the name of the library is given as argument.

Interface

function getVersion
  input TypeName cl = $Code(OpenModelica);
  output String version;
end getVersion;

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