.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 2026-07-05T18:59:05Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos