.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-09-15T18:21:10Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos