Chart executions during which condition is valid
count(
returns the number of times that the
chart has woken up since the conditional expression C
)C
became
true
and the associated state became active.
The Stateflow® chart resets the value of the count
operator if the
conditional expression becomes false
or if the associated state becomes
inactive.
When a chart in a Simulink® model does not have input events, the value of count
depends on the step size. Changing the solver or step size for the model affects the
results produced by the count
operator.
To ensure that your Stateflow chart simulates without error, do not use count in these objects:
Continuous time charts
Graphical, MATLAB®, or Simulink functions
Simulink based states
Transitions that can be reached from multiple states
Default transitions