.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-01-29T19:15:51Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos