Get the attributes of a run-time parameter
ssParamRec *ssGetRunTimeParamInfo(SimStruct *S, int_T param)
S
SimStruct representing an S-Function block.
param
Index of a run-time parameter.
A pointer to the ssParamRec
describing the attributes of the
run-time parameter specified by the index param
.
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.
C, C++
See the S-function sfun_multiport.c
used in sfcndemo_sfun_multiport
and the S-function sfun_runtime4.c
used in sfcndemo_runtime
.