This is the interface that the new element is to be added.
Data Types: systemcomposer.interface.SignalInterface
name — Name of the new element string
The new element name must be a valid variable name.
Data Types: char
Name-Value Pair Arguments
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'Type', 'double'
'Type' — Type of element valid data type string
Data type of the element. Must be a valid data type.
Data Types: char
'Dimensions' — Dimensions of element positive integer array
Each element is the size of the element in the corresponding direction. A scalar
integer indicates a scalar or vector element, a row vector with two integers indicates
a matrix element.
Data Types: char
'Complexity' — Complexity of element real | complex
This describes whether the element is purely real, or if an imaginary part is
allowed.