Command Coupling
Many of the AFG SCPI commands are value coupled. In order to prevent
"Settings Conflict" errors, coupled commands must be sent contiguously by
placing them in the same program line, or by suppressing the end-of-line
terminator. (For more information on command coupling and syntax, see
Chapter 1 of the HP E1340A User’s Manual). In HP BASIC, the
end-of-line terminator can be suppressed by linking the commands with a
semi-colon (;) and a colon (:), as illustrated below:
FUNC SIN;
:VOLT 1VRMS
In the example programs, these commands would appear as follows:
OUTPUT 70910;"FUNC SIN;";
OUTPUT 70910;":VOLT 1VRMS"
Functional Verification
The purpose of these tests is to verify that the AFG is functioning properly
and that all front panel inputs and outputs are working. No attempt is made
to verify that the AFG is meeting specifications. Functional Verification for
the AFG includes the following tests:
–
Self-Test
–
Aux In Test
–
Aux Out Test
NOTE
For a quick functional check of the AFG, perform only the Self-Test.
22 Verification Tests
Chapter 2
Содержание E1340A
Страница 6: ...Notes 6 HP E1340A Arbitrary Function Generator Service Manual ...
Страница 8: ......
Страница 10: ...Notes 12 What s in this Manual HP E1340A Service Manual ...
Страница 18: ...Notes 20 General Information Chapter 1 ...
Страница 74: ...Notes 76 Adjustments Chapter 3 ...
Страница 78: ...Notes 80 Replaceable Parts Chapter 4 ...
Страница 104: ...Notes 106 Verification Tests C Programs Appendix A ...