StationOptions.InteractiveBranchMode
- Updated2025-07-21
- 1 minute(s) read
StationOptions.InteractiveBranchMode
Syntax
StationOptions.InteractiveBranchMode
Data Type
Use the following constants with this data type:
- InteractiveBranchMode_AllowAll –(Value: 4) The interactive execution allows branching to selected and non-selected steps. When TestStand executes a selected step and no branch occurs, the next step is the next selected step. When TestStand executes a non-selected step and no branch occurs, the next step is the step after the non-selected step.
- InteractiveBranchMode_GotoEnd –(Value: 2) The interactive execution allows branching within selected steps. All branches to non-selected steps automatically go to the end step and start the next interactive loop iteration, if specified.
- InteractiveBranchMode_Ignore –(Value: 1) The interactive execution allows branching within the selected steps, and all branching to non-selected steps is ignored.
- InteractiveBranchMode_None –(Value: 0) The interactive execution ignores all branches and executes selected steps in the order the sequence editor or user interface specifies.
- InteractiveBranchMode_RaiseRTE –(Value: 3) The interactive execution allows branching within selected steps. All branches to non-selected steps cause a run-time error. If enabled, the Run-Time Error dialog box launches.
Purpose
Specifies the action TestStand takes when executing a Goto step or evaluating a post action that specifies a new destination step while running in an interactive execution.