Loop

The loop operation contains a child sequence that is executed repeatedly while the loop condition predicate evaluates to true. In programming terms, condition works as a while loop construct.

If the predicate returns the value false, the simulation operation jumps out of the loop and moves to the next operation following the loop. The loop child sequence is a nested simulation operation chain that can contain all operation types.



Properties

Predicate Type
Specifies a predicate type from
  • Stopping Criterion Predicate (default)
  • Expression Predicate
  • Update Event Predicate

To set up a predicate, refer to Predicates.

[Predicate Type]
Here you select the defined predicate according to the selected type.