Examples – Tektronix AWG610 User Manual

Page 456

Advertising
background image

Appendix G: Sequence File Text Format

G-4

AWG610 Arbitrary Waveform Generator User Manual

Examples

Two examples are shown here. They are the text versions of the sequence files
that you can find in the Operating Basics: Tutorial 6 section, beginning on page
2–69.

SUBSEQ.SEQ.

MAGIC 3002
LINES 4
”SQUARE.WFM”, ””, 40000, 0, 0, 0
”RAMP.WFM”, ””, 60000, 0, 0, 0
”TRIANGLE.WFM”, ””, 60000, 0, 0, 0
”SINE.WFM”, ””, 30000, 0, 0, 0
TABLE_JUMP 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
LOGIC_JUMP –1, –1, –1, –1,
JUMP_MODE LOGIC
JUMP_TIMING ASYNC
STROBE 0

Using the current instrument default settings, you can rewrite the above file as
follows:

MAGIC 3002
LINES 4
”SQUARE.WFM”, ””, 40000
”RAMP.WFM”, ””, 60000
”TRIANGLE.WFM”, ””, 60000
”SINE.WFM”, ””, 30000

MAINSEQ.SEQ.

MAGIC 3002
LINES 4
”SUBSEQ.SEQ”,””,2,1,–1
”RAMP.WFM”,””,0,0,0,0
”TRIANGLE.WFM”,””,40000,0,1,4
”SINE.WFM”,””,60000,0,0,–1
TABLE_JUMP 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
LOGIC_JUMP –1,–1,–1,–1
JUMP_MODE LOGIC
JUMP_TIMING ASYNC
STROBE 0

Advertising