#CAPTION# rename ——

Renames a model, system, or component. #END#

#LUA# .. code-block:: lua

status = oms_rename(cref, newCref)

#END#

#PYTHON# .. code-block:: python

status = oms.rename(cref, newCref)

#END#

#CAPI# .. code-block:: c

oms_status_enu_t oms_rename(const char* cref, const char* newCref);

#END#

#OMC# .. code-block:: Modelica

status := oms_rename(cref, newCref);

#END#

#DESCRIPTION# #END#