PROGram Command
KIKUSUI Electronics Corp.
PWR-01 Interface Manual
PROG:STEPS
Queries the number of program steps.
Command
PROGram[:SELected]:STEPS[:COUNt]?
Response
Returns the number of program steps in NR1 format in response to PROG:-
STEPS?.
PROG:STEPS:LOOP:ADD
Sets the starting step and ending step of an interval loop to execute in the program
and the number of interval loops.
The starting step must be set to a smaller number than the ending step.
Interval loops can be set in up to 16 locations in a single program.
Once you set them, you cannot edit or delete them.
An interval loop cannot overlap with another interval loop.
Interval loop cannot be nested.
You cannot edit or delete interval loops that have already been set.
Command
PROGram[:SELected]:STEPS:LOOP:ADD <NRf_begin>,<NRf_end>,<NRf_
count>
Parameter <NRf_begin>
Value: 0 to number of steps-2
Starting step
Parameter <NRf_end>
Value: 1 to number of steps-1
Ending step
Parameter <NRf_count>
Value: 2 to 99998
Number of interval loops
(Example) To repeat step 0 to step 2 twice
PROG:STEPS:LOOP:ADD 0,2,2