Data type of input during Simulink propagation
dt = propagatedInputDataType(obj,index)
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.