Programming Manual
–
T3AWG3K-C Series Arbitrary Waveform Generator
True-Arb Operating Mode
111
The sequencer will jump to the second entry of the sequencer after
executing the fourth element.
SEQuence:ELEM4:GOTOEntry?
Might return 2.
Table 152: SEQuence:ELEM[n]:GOTOEntry
Command
SEQuence:ELEM[n]:JUMPTOMode
Description
This command sets or returns the “Jump To” command type for the
selected element ‘n’ of the sequencer.
The “Jump To” command is a conditional jump.
Group
Sequence
Syntax
SEQuence:ELEM[n]:JUMPTOMode
{FIRST|PREVious|NEXT|LAST|ITEM}
SEQuence:ELEM[n]:JUMPTOMode?
Related Commands
SEQuence:ELEM[n]:JUMPTOEntry
SEQuence:ELEM[n]:JUMPEvent
AWGControl:JUMPMode
Arguments
<mode>::= { FIRST|PREVious|NEXT|LAST|ITEM }
FIRST: the sequencer will jump to the first element of the sequence
PREVious: the sequencer will jump to the previous element of the
sequence. If the selected element is the first, it will jump to the last.
NEXT: the sequencer will jump to the next element of the sequence.
If the selected element is the last, it will jump to the first.
ITEM: the sequencer will jump to the selected item of the sequencer
defined in the command SEQuence:ELEM[n]:JUMPTOEntry
Returns
<mode>::= { FIRST|PREVious|NEXT|LAST|ITEM }
Example
SEQuence:ELEM4:JUMPTOMode LAST
The sequencer will jump to the last element after the jump event
occurs.
SEQuence:ELEM4:JUMPTOMode?
Might return LAST
Table 153: SEQuence:ELEM[n]:JUMPTOMode