Specifying Array Sizes
- Updated2025-07-23
- 1 minute(s) read
In the context menu of each window or pane in which you can insert a variable, parameter, or property, select Insert<item>»Array of»<data type> to insert an array. When you insert an array, the TestStand Sequence Editor launches the Array Bounds dialog box, in which you can set and modify the array bounds. The following figure shows the settings for a three-dimensional array.
The first and outermost dimension contains five elements, with 0 as the minimum index and 4 as the maximum index. The second dimension contains 10 elements, with 1 as the minimum index and 10 as the maximum index. The third and innermost dimension contains three elements, with –1 as the minimum index and 1 as the maximum index.
After you create the variable, parameter, or property as an array, you can modify the array bounds by clicking the Resize Array button in the Name column of the list view to launch the Array Bounds dialog box.