Tutorials
AWG610 Arbitrary Waveform Generator User Manual 2-75
Do the following steps to save the subsequence table information to the file
subseq.seq:
1. Push the File bottom button.
2. Push the Save As... side button.
The Input Filename dialog box appears.
3. Enter the file name subseq.seq into the file name field and save the file.
Refer to Save the Waveform on page 2–59 for more information.
In this procedure you will create the main sequence list shown in Table 2–19.
This sequence runs as follows:
1. Line 1: waits for trigger event. When a trigger event occurs, this line calls
the subsequence file subseq.seq twice, and then goes to line 2.
2. Line 2: infinitely outputs the ramp waveform until an event occurs. When an
event occurs, the sequence jumps to line 3.
3. Line 3: outputs the triangle waveform 40,000 times. When the output
completes, the sequence goes back to the line 1. If an event occurs before
this line completes execution, the sequence jumps to line 4.
4. Line 4: outputs the triangle waveform 60,000 times and then stops execut-
ing.
Table2-19: Sequence table contents in MAINSEQ.SEQ
Line CH1 CH2 Repeat
Count
Wait
Trigger
Goto
One
Logic
Jump
1 SUBSEQ.SEQ 2 On
2 RAMP.WFM Inf. Next
3 TRIANGLE.wfm 40000 On 4
4 SINE.WFM 60000
Do the following steps to create the main sequence:
1. Follow steps 1 and 2 in Open the Sequence Editor on page 2–72 to open a
new sequence table.
Save the SubsequenceCreate the Main Sequence