Get the number of run-time parameters created by this S-function
int_T ssGetNumRunTimeParams(SimStruct *S)
S
SimStruct representing an S-Function block.
An int_T
value indicating the number of run-time
parameters.
Use this function to get the number of run-time parameters created by this
S-function. The number of run-time parameters is specified using
ssSetNumRunTimeParams
. Run-time parameters are registered
using ssRegDlgParamAsRunTimeParam
or
ssSetRunTimeParamInfo
. See Create and Update S-Function Run-Time Parameters for more information.
C, C++