How To Create An Enumeration Data Type And Define The Enumerators In TestStand

Updated Oct 22, 2024

Environment

Software

  • TestStand

I would like create an Enumeration Data Type and define its value in TestStand. How can I achieve this?

To create a TestStand enumeration, please follow steps below,
1. Open TestStand Sequence Editor.
2. Choose your sequence file.
3. Click menu View and select Types

image.png

4. Go to Custom Data Types and right click to insert a type. From the context menu, select Insert Custom Data Type and choose Enumeration.
image.png
5. Name the newly created data type as you want, Color, for example here.
image.png
6. Click the Edit Enumerators button next to Color to launch the Edit Enumerators dialog box.
image.png
7. In the table control, define the enumerators, then click OK.
image.png
8. You can change the data format by choosing right-click menu Numeric Format in Numeric Format dialog box.
image.pngimage.png