Simulink Reference Previous page   Next Page
Simulink.ParamRTWInfo

Specify information needed to generate code for a parameter

Description

Simulink creates an instance of this class for each instance of a Simulink.Parameter object that it creates. Simulink uses the Simulink.ParamRTWInfo object to store information needed to generate code for the parameter specified by the Simulink.Parameter object.

You can set the properties of an instance of this class via the RTWInfo property or the property dialog box of the Simulink.Parameter object that uses it. For example, the following MATLAB expression sets the StorageClass property of a Simulink.ParamRTWInfo object used by a parameter object name gain.

Property Dialog Box

Use the Simulink.Parameter property dialog box to set the StorageClass and Alias properties of objects of this class. You must use MATLAB commands to set the other properties.

Properties

Name
Description
Alias
Alternate name for this parameter.
CustomAttributes
Custom storage class attributes of this parameter. See Custom Storage Classes in the Real-Time Workshop Embedded Coder documentation for more information.
CustomStorageClass
Custom storage class of this parameter.
StorageClass
Storage class of this parameter. See Storage Classes of Tunable Parameters in the Real-Time Workshop documentation for more information.


Previous page  Simulink.Parameter Simulink.RunTimeBlock Next page

© 1994-2005 The MathWorks, Inc.