Main Content
ssGetOutputPortWidth
Get the width of an output port
Syntax
int_T ssGetOutputPortWidth(SimStruct *S, int_T port)
Arguments
S
SimStruct that represents an S-Function block.
port
Index of an output port.
Returns
An int_T
value indicating the width of the output port
specified by the index port
.
Description
Use in any routine (except mdlInitializeSizes
) to determine the
width of an output port where the output port index starts at 0 and must be less
than the number of output ports.
Languages
C, C++
Examples
See the S-function sfun_zc.c
used in sfcndemo_sfun_zc
and the S-function sfun_dtype_io.c
used in sfcndemo_dtype_io
.
See Also
Version History
Introduced before R2006a