DoWhile Loop Edit Tab
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.