.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-06-18T12:02:28Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos