Simulink.interface.dictionary.DataElement
Description
A data element describes a portion of a data interface, such as the structure of the transmitted data or other decomposition of the interface.
Creation
To create a Simulink.interface.dictionary.DataElement
object, add a data
element to an existing Simulink.interface.dictionary.DataInterface
object using the addElement
function.
dataElementObj = addElement(dataInterfaceObj,"element")
You can access an existing data element using the getElement
function.
Properties
Object Functions
Examples
Version History
Introduced in R2022b