Main Content
ssGetNumSFcnParams
Get the number of parameters that an S-Function block expects
Syntax
int_T ssGetNumSFcnParams(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
An int_T
value indicating the number of expected S-function
parameters.
Description
Use to determine the number of parameters that S
expects the
user to enter.
Tip
Use ssGetSFcnParamsCount
to determine the number of
parameters the user actually entered for S
.
Languages
C, C++
Examples
See the S-function stvctf.c
used in sfcndemo_stvctf
and the S-function csfunc.c
used
in sfcndemo_csfunc
.
Version History
Introduced before R2006a