Writing S-Functions | ![]() ![]() |
Get the numeric type (complex or real) of an output port.
Syntax
DTypeId ssGetOutputPortDataType(SimStruct *S,input_T port)
Arguments
S
SimStruct representing an S-function block.
Description
Returns the numeric type of por
t: COMPLEX_NO
(real signal), COMPLEX_YES
(complex signal) or COMPLEX_INHERITED
(dynamically determined).
Languages
See Also
ssSetOutputPortComplexSignal
![]() | ssGetOutputPortBeingMerged | ssGetOutputPortDataType | ![]() |