PROGram Command
PCR-WE Interface Manual
121
PROG:EDIT:JUMP
Configures the jump settings of a sequence step.
Command
PROGram:EDIT:JUMP <step_NRf>,<jump-enable_boolean>,<jump-step_
NRf>,<jump-count_NRf>
PROGram:EDIT:JUMP? <step_NRf>
Parameter
<step_NRf>
Value: 0 to 599 Number of the step that you want to configure
Parameter
<jump-enable_boolean>
Value:
ON(1)
Execution will jump to the specified step.
OFF(0) Execution will proceed to the subsequent step. (default)
Parameter
<jump-step_NRf>
Value: 0 to 599 Jump destination step number (The default value is 0)
Parameter
<jump-count_NRf>
Value:
1 to 99998
Jump repetition count (The default value is 1.)
99999
Repeated indefinitely
Example
PROG:EDIT:JUMP 5,ON,1,10
Response
Returns the jump settings of the specified step in the following order.
Whether a jump will be performed <NR1>,jump destination step number
<NR1>,number of jump repetitions <NR1>