Array Sweep Parameter Strategy

Use the Array strategy with the Sweep Loop step to specify a parameter that sweeps over the values in an array. At the beginning of each iteration, the sweep parameter takes on the next value in the specified array.

When the Array strategy is selected for a sweep parameter, the following additional options are available:

  • Array —Contains the sweep parameter values. The elements of the array may be numbers of any representation, strings, Booleans, or enumerations. The elements of the array must be the same type as configured in the Type column.
  • Count —Tracks the number of elements specified in the array. In Dynamic Mode, this value is read-only. In Static mode, specify a value here to update the number of elements in the array.
  • Values —Allows you to specify the values of the array to be used in the loop in Static mode. In Dynamic mode, the elements of the array specified in the Array option are listed here, but the values are read-only.