Main Content

Reserved names

Reserved names to be excluded from generated code

Model Configuration Pane: Simulation Target

Description

The Reserved names parameter specifies the names of variables or functions in the generated code that match the names of variables or functions specified in custom code for a model that contains MATLAB Function blocks, Stateflow® charts, or Truth Table blocks.

Category: Simulation Target

Settings

{} (default)

This action changes the names of variables or functions in the generated code to avoid name conflicts with identifiers in custom code. Reserved names must be shorter than 256 characters.

Tips

  • Start each reserved name with a letter or an underscore to prevent error messages.

  • Each reserved name must contain only letters, numbers, or underscores.

  • Separate the reserved names using commas or spaces.

  • You can also specify reserved names by using the command line:

    config_param_object.set_param('SimReservedNameArray', {'abc','xyz'})

    where config_param_object is the object handle to the model settings in the Configuration Parameters dialog box.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precaution

No recommendation

Programmatic Use

Parameter: SimReservedNameArray
Type: cell array of character vectors or string array
Value: any reserved names shorter than 256 characters
Default: {}

Version History

Introduced in R2020b