Get the total width (total number of elements) of the signal at output port pIdx.
int_T ssGetCurrentOutputPortWidth(SimStruct *S,int_T pIdx)
S
SimStruct representing an S-Function block.
pIdx
Output port index being polled.
An int_T value indicating the current width of the signal at output port pIdx.
C, C++