DoWhile Loop Edit Tab
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
DoWhile Loop Edit Tab
Use the DoWhile Loop edit tab in the TestStand Sequence Editor to configure the Do While step.
The DoWhile Loop edit tab contains the following option:
- Loop Condition —The expression the step evaluates after executing steps within the block the first time. If the expression evaluates to True , execution proceeds to the first step in the block again. If the expression evaluates to False , the loop ends and execution proceeds to the End step for the While block.