| Simulink Reference | ![]() |
Provide runtime information about block-related data, such as block parameters.
Description
This class defines properties that are common to objects that provide runtime information about a block's ports and work vectors.
Parent
Children
Simulink.BlockPortData, Simulink.BlockCompDworkData
Property Summary
| Name |
Description |
|
Numeric type (real or complex) of the block data. |
|
The block data. |
|
The block data in double form. |
|
Data type of the block data. |
|
Index of the data type of the block data. |
|
Dimensions of the block data. |
|
Name of the block data. |
|
Type of block data (e.g., a parameter). |
Properties
Complexity
Description: Numeric type (real or complex) of the block data.
Access: RW for M-file S functions, RO for other blocks.
Data
Data Type: The data type specified by the Datatype or DatatypeID properties of this object.
DataAsDouble
Description: The block data's in double form.
Datatype
Description: Data type of the values of the block-related object.
DatatypeID
Description: Index of the data type of the values of the block-related object.
Access: RW for M-file S functions, RO for other blocks
Dimensions
Description: Dimensions of the block-related object, e.g., parameter or DWork vector.
Access: RW for M-file S functions, RO for other blocks
Name
Description: Name of block-related object, e.g, a block parameter or Dwork vector.
Access: RW for M-file S functions, RO for other blocks
Type
Description: Type of block data. Possible values are:
| Simulink.BlockCompOutputPortData | Simulink.BlockPortData | ![]() |
© 1994-2005 The MathWorks, Inc.