#CAPTION# setActivationRatio ——————
Experimental feature for setting the activation ratio of FMUs for experimenting with multi-rate master algorithms. #END#
#LUA# .. code-block:: lua
status = experimental_setActivationRatio(cref, k)
#END#
#PYTHON# .. code-block:: python
# not yet available
#END#
#CAPI# .. code-block:: c
oms_status_enu_t experimental_setActivationRatio(const char* cref, int k);
#END#
#OMC# .. code-block:: Modelica
# not yet available
#END#
#DESCRIPTION# #END#