.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-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos