Main Content

ssGetNumInputPorts

Get the number of input ports that a block has

Syntax

int_T ssGetNumInputPorts(SimStruct *S)

Arguments

S

SimStruct that represents an S-function block.

Returns

An int_T value indicating the number of input ports.

Description

Use in any routine (except mdlInitializeSizes) to determine how many input ports an S-Function block has.

Languages

C, C++

Examples

See the S-function sfun_multiport.c used in sfcndemo_sfun_multiport and the S-function sfun_dtype_io.c used in sfcndemo_dtype_io.

Version History

Introduced before R2006a