Main Content
ssIsMinorTimeStep
Determine whether the simulation is in a minor step
Syntax
boolean_T ssIsMinorTimeStep(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
The Boolean value true
if the simulation is in a minor time
step. Otherwise, returns false
.
Description
Use to determine if the simulation is currently running at a minor or major time step.
Languages
C, C++
See Also
Version History
Introduced before R2006a