PreviousNext
Help > TS+ Reference > TS+ Data > RecordData > RecordData Source
RecordData Source

The RecordData step uses normally its own Index (Step.Index) as iteration counter.

For a specific execution, without particular action, this index is never reset.

In order to loop over a sequence that contains a RecordData step, you may want to reset its index. To do so, either:

-      Explicitly use the ResetIndex step

-      Configure an external Index, using the Edit RecordData Source dialog box, and make sure this index will be reset

Index

The Index source allows you to use a TestStand variable instead of the internal variable Index.

·         Mode—Specifies the TestStand variable selection:

-     Current stepStep.Index (Default value).

-     Other loop stepOtherLoopStepID.Index.

-     Any other stepAnyOtherStepID.Index.

-     Expression—Any TestStand variable which refers to a number.

·         Step—Name of a step from current sequence Main group.

Note  The Step selector appears only in Other loop step or Any other step mode.

·         Expression—Specifies the TestStand variable used to evaluate the PlayData Index.

Note  The content of Expression field can be modified only in Any other step or Expression mode.

 

See Also

Data Internal Variables

ResetIndex