Get the dimensions mode of the output port indexed by pIdx
DimensionsMode_T ssGetOUTputPortDimensionsMode(SimStruct *S,int_T pIdx)
S
SimStruct representing an S-Function block.
pIdx
Output Port index being polled.
A DimensionsMode_T value indicating the current dimensions mode. Possible values are INHERIT_DIMS_MODE FIXED_DIMS_MODE and VARIABLE_DIMS_MODE
C, C++