PROG:EDIT:JUMP
Configures the jump settings of a sequence step.
Command
PROGram:EDIT:JUMP <step_NR1>,<jump-enable_bool>,<jump-step_NR1>,
<jump-count_NR1>
PROGram:EDIT:JUMP? <step_NR1>
Parameter <step_NR1>
Value | 0 to 599 | Number of the step that you want to configure |
Parameter <jump-enable> {ON|OFF|1|0}
Value | ON(1) | Execution will jump to the specified step. |
OFF(0) | Execution will proceed to the subsequent step. |
Parameter <jump-step_NR1>
Value | 0 to 599 | Jump destination step number |
Parameter <jump-count_NR1>
Value | 1 to 9999 | Number of jump repetitions 9999 indicates unlimited repetitions. |
Response
Returns the jump settings of the specified step in the following order in response to PROG:EDIT:JUMP? <step_NR1>.
Whether a jump will be performed <NR1>,jump destination step number <NR1>,number of jump repetitions <NR1>