Main Content
ssGetNumSampleTimes
Get the number of sample times that a block has
Syntax
int_T ssGetNumSampleTimes(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
An int_T
value indicating the total number of port-based and
block-based sample times. Returns -1
if the block has unspecified
port-based sample times.
Description
Use in any routine (except mdlInitializeSizes
) to determine the
number of sample times used by S
.
Languages
C, C++
See Also
Version History
Introduced before R2006a