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