Get the number of block dialog parameters that an S-Function block has
int_T ssGetSFcnParamsCount(SimStruct *S)
S
SimStruct representing an S-Function block.
An int_T
value.
Use to query the number of parameters that a user entered into the Block
Parameters dialog box for the S-Function block represented by
S
.
Tip
Use ssGetNumSFcnParams
to obtain the number of parameters
S
expects
C, C++
See the S-function stvctf.c
used in sfcndemo_stvctf
and the S-function csfunc.c
used
in sfcndemo_csfunc
.