Main Content
propagatedInputDataType
Data type of input during Simulink propagation
Syntax
dt = propagatedInputDataType(obj,index)
Description
returns the data type of an input argument for a System object™. dt
= propagatedInputDataType(obj
,index
)index
specifies the input for which to return the data
type.
You can use propagatedInputDataType
only from within
getOutputDataTypeImpl
. Use getOutputDataTypeImpl
when:
Your System object has more than one input or output.
The input data type status determines the output data type.
The output data type must differ from the input data type.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2014a