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 that represents 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 Specify S-Function Sample Times for more information.
Languages
C, C++
Examples
See the S-function mixedmex.c
used in sfcndemo_mixedmex
and the S-function sfun_port_constant.c
used in sfcndemo_port_constant
.
See Also
Version History
Introduced before R2006a