List of all Simulink set_params() arguments for gcs and getActiveConfigSet(gcs)

In our previous post Matlab/Simulink: How to list available parameters for get_param()/set_param() we showed how to list all available parameters for get_param() and set_param().

This post lists all parameters for set_param() for the current Simulink model (gcs) and the active configuration set of the current model (getActiveConfigSet(gcs)).

The following lists have been extracted from Matlab / Simulink R2024b and may differ slightly in other versions.

List of all parameters for set_param(gcs, ...)

List of all parameters for set_param(getActiveConfigSet(gcs), ...)


Check out similar posts by category: Matlab/Simulink