While Loop Edit Tab

Use the While Loop edit tab in the TestStand Sequence Editor to configure the While step.

The While Loop edit tab contains the following option:

  • Loop Condition —The expression the step evaluates before executing steps within the block. If the expression evaluates to True , execution proceeds to the first step in the block. If the expression evaluates to False , the loop ends and execution proceeds to the End step for the While block.

See Also

Flow Control Step Types