ssSetNumSampleTimes - Specify the number of sample times that an S-Function block has
Syntax
int_T ssSetNumSampleTimes(SimStruct *S, int_T nSampleTimes)
Arguments
- S
SimStruct representing an S-Function block.
- nSampleTimes
Number of sample times that S has.
Returns
The number of sample times specified by nSampleTimes,
or -1 if PORT_BASED_SAMPLE_TIMES.
Description
Use in mdlInitializeSizes to set the number
of sample times S has. Use a positive integer greater
than 0 to set block-based sample times. Use PORT_BASED_SAMPLE_TIMES to
set port-based sample times. See Sample Times for more information.
Languages
C, C++
Example
See the S-function matlabroot/toolbox/simulink/simdemos/simfeatures/src/mixedmex.c used
in sfcndemo_mixedmex.mdl and
the S-function matlabroot/toolbox/simulink/simdemos/simfeatures/src/sfun_port_constant.c used
in sfcndemo_port_constant.mdl.
See Also
ssGetNumSampleTimes
 | ssSetNumRWork | | ssSetNumSFcnParams |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit