Owner manual
5.7.3 Alphabetical instruction list
746 VA Trace Analyzer / 747 VA Stand
5-305
(VAR Page: O, S Stand: M, A Abbreviation: (V
Instructions t/s Main parameters Auxiliary parameters
––––––––––––– ––––– ––––––––––––––––––––––––– –––––––––––––––––––––––––
## .. (VAR .....
Function Start of the loop for parameter variation.
Description The (VAR instruction opens a loop for the variation of a parameter
defined by the VARNI instruction. The instructions incorporated in the
VAR loop are executed repeatedly. The loop must be closed by the
VAR)n instruction.
Comments • A program can contain several VAR loops, but they must not be
nested.
• REP loops are allowed within VAR loops and a VAR loop can be
inserted in a REP loop.
• No ADD or CAL loops are allowed within VAR loops.
• Within VAR loops, the EXIT instruction for a premature exit from this
loop can be inserted.
Example see VARNI
see also VAR)n, VARNI, (REP, REP)n