.OpenModelica.Scripting.renameComponent

Renames a component and updates references to it.

Information

Renames a component and updates references to it in the loaded classes. Returns a list of classes that were changed.

Interface

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

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos