User's Manual
Table Of Contents
- Title page
- Table of Contents
- General Safety Summary
- Preface
- Getting Started
- Operating Basics
- Reference
- Reference
- Menu Structures
- The Setup Menu Screen
- The Graphical Waveform Editor
- The Pattern Editor
- Quick Editing
- The Table Editor
- The Equation Editor
- The Sequence Editor
- The APPL Menu
- The UTILITY Window
- External Keyboards
- Setting General Purpose Knob Direction
- Formatting a Floppy Disk
- Displaying Disk Usage
- Screen Display Enable/Disable
- Focused Color
- Displaying Instrument Status
- Internal Clock (Date and Time)
- Resetting the Instrument
- Connecting to a GPIB Network
- Ethernet Networking
- Hardcopy
- Calibration and Diagnostics
- Upgrading the System Software
- Capturing Waveforms
- Waveform Programming Language
- Command Descriptions
- Programming Examples
- File Conversion
- File Management
- FG Mode
- Waveform Mixing Mode
- Synchronous Operation Mode (AWG710B only)
- Appendices
- Appendix A: Specifications (AWG710B)
- Appendix A: Specifications (AWG710)
- Appendix B: Performance Verification (AWG710B)
- Conventions
- Self Tests
- Performance Tests
- Operating Mode Tests
- Amplitude and Offset Accuracy Tests (Normal Out), (except option 02)
- Amplitude, Offset Accuracy and Rise Time Tests (Direct DA Out), (except option 02)
- Amplitude, Offset Accuracy and Rise Time Tests (for option 02)
- Pulse Response Tests (Normal Out), (except option 02)
- Trigger Input Tests
- Event Input and Enhanced Mode Tests
- External Clock Input and VCO Out Output Tests
- VCO OUT Output Frequency and 10 MHz Reference Input Tests
- Marker Output Tests
- Synchronous Operation Tests
- Appendix B: Performance Verification (AWG710)
- Conventions
- Self Tests
- Performance Tests
- Operating Mode Tests
- Amplitude and Offset Accuracy Tests (Normal Out), (except option 02)
- Amplitude, Offset Accuracy and Rise Time Tests (Direct DA Out), (except option 02)
- Amplitude, Offset Accuracy and Rise Time Tests (for option 02)
- Pulse Response Tests (Normal Out), (except option 02)
- Trigger Input Tests
- Event Input and Enhanced Mode Tests
- 1/4 Clock Frequency and 10 MHz Reference Input Tests
- Marker Output Tests
- Appendix C: Inspection and Cleaning
- Appendix D: Sample Waveforms
- Appendix E: File Transfer Interface Outline
- Appendix F: Miscellaneous
- Appendix G: Sequence File Text Format
- Index

AWG710&AWG710B Arbitrary Waveform Generator User Manual G-1
Appendix G: Sequence File Text Format
The sequence file saved by the sequence editor is an ASCII text file having the
format described below. You can create a sequence file on a PC or other computer
with an ASCII text editor.
MAGIC 3002A
LINES <number>
<line description>
<line description>
...
<line description>
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
Header
The header line MAGIC 3002A lets the instrument recognize a text file as the
sequence. This number must be added to the first line.
Line Descriptions
The LINES provides the information that the sequence is composed of a number of
lines. From the third line to the line specified by <number> +2 are the sequence
lines you should edit in the in the sequence editor.
The <line description> is composed of 6 fields delimited by comma (,):
<F1>, <F2>, <F3>, <F4>, <F5>, <F6>, <F7>
CH1 and CH2. The <F1> is a waveform file name for the CH1 and <F2> for the
CH2. The waveform file name must be parenthesized with double–quotation.
<F1>::=
<F2>::="<waveform file name>" | "<pattern file name>" |
"<sequence file name>"