4. Initiate the arbitrary waveform of zeros defined above:
FUNC:USER A
Select waveform A
INIT:IMM
Initiate waveform
Perform steps 5 - 6 for each offset listed in Table 2-2:
5. Set the AFG offset voltage:
VOLT:OFFS
<offset>
where <offset> is the value specified in Table 2-2.
6. Trigger the DMM and record the reading in Table 2-7.
Table 2-2. DC Offset Test Points
Offset
(volts)
Spec
(volts)
-10.240
-5.120
-2.560
0.000
2.560
5.120
10.235
-10.240 æ 0.276
-5.120
±
0.276
-2.560
±
0.276
0.000
±
0.276
2.560
±
0.276
5.120
±
0.276
10.235
±
0.276
Example Program
10 ! RE-STORE "DC_OFFSET"
20 COM @Afg
30 DIM Offset(1:7)
40 !
50 !---------- Set up I/O paths ----------
60 ASSIGN @Afg TO 70910
!AFG I/O path
70 !
80 !---------- Initialize variables ----------
90 DATA -10.24,-5.12,-2.56,0,2.56,5.12,10.235
100 READ Offset(*)
!Read in offsets
110 !
120 !---------- Set up DMM ----------
130 CLEAR SCREEN
140 PRINT "Set up DMM:"
150 PRINT
160 PRINT " Function - DCV"
170 PRINT " Range - AUTO"
(
Continued on Next Page
)
34 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 ...