Loop Information Tab

Use the Loop Information Tab to specify the following variables:

  • Offset —Specify the numeric variable or property in which to store the current offset during each iteration of the loop. For zero-based one-dimensional arrays, the offset is equal to the index of the array. For multi-dimensional arrays, the offset is the linearized index of the array. For streams, the offset is a zero-based counter of the number of loop iterations.
  • Iteration —Specify the string variable or property in which to store the current loop iteration. This value represents the loop offset of each parameter in relation to its nesting level. This is a single value to represent the offset of all parameters at the same level.

See Also

Sweep Loop Step

Sweep Loop Parameters Tab

Sweep Loop Output Tab

Sweep Loop Input Tab