StationOptions.SpecifyStepsByUniqueIdInExpressions
- Updated2024-10-09
- 1 minute(s) read
StationOptions.SpecifyStepsByUniqueIdInExpressions
Syntax
StationOptions.SpecifyStepsByUniqueIdInExpressions
Data Type
Use the following constants with this data type:
- SpecifyStepsByUniqueIdOption_Ask –(Value: 1) TestStand prompts you to use a unique step ID.
- SpecifyStepsByUniqueIdOption_No –(Value: 3) Use step names.
- SpecifyStepsByUniqueIdOption_Yes –(Value: 2) Use unique step IDs.
Purpose
Specifies how the Expression Browser dialog box specifies steps in expressions.
Remarks
TestStand uses this option to determine whether to replace the step name with the step ID when you construct an expression in the Expression Browser dialog box, as follows: Sequence.Main["step name"].Property .