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

The APPL Menu
3-136 AWG710&AWG710B Arbitrary Waveform Generator User Manual
Creating Isolated Pulse
Two parameters are important to create an isolated pulse.
Number of points for 1 bit
Samples/Cell parameter is displayed on the Disk application screen. This
represents the number of points for one bit of disk waveform. Isolated pulse
must correspond to this parameter value.
Total points of the isolated pulse
Total number of points that make up the isolated waveform should be set to
four times of values given by Samples/Cell parameter. The maximum number
of points is smaller than the value calculated by the two parameters: data points
specified by Write Data(bottom) Pre-defined Pattern... or Read From File...
and the value specified by Samples/Cell parameter. In other words, the
maximum number of points is smaller than the number of points after the
application performs superposition.
Using formula.
Use the following formula to specify the values when the waveform is acquired
from calculation.
Peak value: Center (Except for shifting the value
intentionally)
PW50: (Samples/cell)/2
Waveform size: (Samples/cell)*4
For example, you use Lorentz waveform, specify the formula as follows;
cells = 10 ’Samples/cell ==> 10
size = cells * 4 ’Number of total waveform points
pw = cells / 2 ’Pulse width at half level
clock = 1e9 ’AWG clock that needs to calculate
ppw = pw / clock ’Pulse width for calc.
pposit = size / 2 / clock ’Peak position for calc.
”Lorentz.wfm” = 1/(1+(2*(time - pposit)/ppw)^2)
Using acquired waveform file.
You can create isolated waveform from signals acquired through the oscilloscope
or other equipment by using the waveform editor.
When acquiring the signals, it is not necessary to observe the number of points or
PW50. However, it is required to set the pulse edge to 0 (zero). When you use the
waveforms from the oscilloscope, it is recommended to adjust the edge to zero
level.