PreviousNext
Help > TS+ Reference > TS+ Loop
TS+ Loop

When validating or characterizing a component, you need to loop on physical parameters. These parameters are implemented within the unit under test (UUT) or controlled by instruments, DAQ acquisition, OPC variables, etc.

TS+ helps you to iterate on these parameters by creating high level loop structures.

TS+ Loop Structure

There are two different TS+ Loop structures:

·         Loop—Loop on a numeric value, starting by a LoopStart step.

·         LoopStr—Loop on a string value, starting by a LoopStartStr step.

 

TS+ Loop Steps

Any TS+ Loop structure contains two steps:

·         a starting step (LoopStart or LoopStartStr).

·         an ending step (LoopNext) linked to the starting step.

Note  When creating a TS+ loop through sequence editor contextual menu "insert step", both starting and ending steps are created simultaneously. The created LoopNext step is automatically linked to the starting step.