Main Content
ssGetRunTimeParamInfo
Get the attributes of a run-time parameter
Syntax
ssParamRec *ssGetRunTimeParamInfo(SimStruct *S, int_T param)
Arguments
S
SimStruct that represents an S-Function block.
param
Index of a run-time parameter.
Returns
A pointer to the ssParamRec
describing the attributes of the
run-time parameter specified by the index param
.
Description
Use to obtain the attributes of the run-time parameter specified by
param
. See the ssSetRunTimeParamInfo
reference page for a description of the
ssParamRec
structure returned by this function.
Languages
C, C++
Examples
See the S-function sfun_multiport.c
used in sfcndemo_sfun_multiport
and the S-function sfun_runtime4.c
used in sfcndemo_runtime
.
Version History
Introduced before R2006a