.OpenModelica.Scripting.renameComponentInClass

Renames a component in a class.

Information

Renames a component only in the given class. Returns the name of the class if successful.

Interface

function renameComponentInClass
  input TypeName classPath;
  input VariableName oldName;
  input VariableName newName;
  output TypeName[:] result;
end renameComponentInClass;

Generated at 2025-09-16T18:21:07Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos