Tutorials
AWG610 Arbitrary Waveform Generator User Manual 2-73
You will create the sequence list shown in Table 2–18. This sequence is used as a
subsequence and is called from the main sequence that you create in Create the
Main Sequence on page 2–75. This sequence runs as follows:
1. Line 1: outputs the gaussian noise waveform 40,000 times and then goes to
line 2.
2. Line 2: outputs the ramp waveform 60,000 times and then goes to the next
line (3).
3. Line 3: outputs the triangle waveform 60,000 times and then goes to the
next line (4).
4. Line 4: output the sine waveform 30,000 times and then quits the subse-
quence and returns to the main sequence.
Table2-18: Sequence table contents in SUBSEQ.SEQ
Line CH1 CH2 Repeat
Count
Wait
Trigger
Goto
One
Logic
Jump
1 GAUSSN.WFM 40,000
2 RAMP.WFM 60,000
3 TRIANGLE.WFM 60,000
4 SINE.WFM 30,000
In the sequence file used as subsequence, the Wait Trigger, Goto One and Logic
Jump are neglected. They are effective only in the main sequence.
Do the following steps to create the subsequence:
1. Push the Data Entry bottom button.
2. Push the Insert Line side button.
This displays the line number in the Line column and allows you to edit the
line.
3. Push the Enter file name side button.
The dialog box listing files appears at the center of the screen.
4. Select gaussn.wfm from the dialog box using the general purpose knob.
5. Push the OK side button.
The waveform file name gaussn.wfm appears in the CH1 column.
6. Push the b button once to move the highlighted cursor to the next line.
Create the Subsequence