Main Content
Simulink.dictionary.archdata.DataElement
Description
A data element describes a part of a data interface, such as the structure of the transmitted data or other decomposition of the interface.
Creation
To create a Simulink.dictionary.archdata.DataElement
object, add a data
element to an existing Simulink.dictionary.archdata.DataInterface
object using the addElement
function.
dataElementObj = addElement(dataInterfaceObj,"element")
dataElementObj = DataElement with properties: Name: 'element' Type: [1×1 Simulink.dictionary.archdata.ValueType] Description: '' Dimensions: '1' Owner: [1×1 Simulink.dictionary.archdata.DataInterface]
You can access an existing data element using the getElement
function.
Properties
Object Functions
Examples
Version History
Introduced in R2023b