.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-02-03T19:14:02Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos