Language Reference

REPEAT/ UNTIL

The conditions are

￿Less than (LT).

￿Greater than (GT)

￿Less than or equal to (LE).

￿Greater than or equal to (GE).

￿Equal to (EQ).

￿Not equal to (NE).

If the condition is already satis￿ed at the time REPEAT/UNTIL is executed the ￿rst time, the commands following REPEAT are executed once.The function of REPEAT/UNTIL is limited to the amount of internal memory available at the time they are executed. An error results if there is not enough memory. Executing HP-IB device clear (CLEAR 723) stops the repeating process.

See Also IF/THEN, ABORT, RETURN

7-417