Execute contained functors while the value passed to Set While Condition is true.
Name | Type | Description |
---|---|---|
Initial Condition | Boolean Value Type | The initial expression value for the while Functor. |
None.
None.
Name | Type | Description |
---|---|---|
Step | Non Negative Integer Value Type | Current iteration. |
Name | Type | Description |
---|---|---|
Condition | Boolean Value Type | The current value of condition for the loop. |
The value used to control the loop can be passed to the Condition internal input port using a Set While Condition. This functor must be placed inside the While and it binds automatically the internal input port.
The execution continues until the value passed to the Set While Condition become false.
While