Example Program
10! RE-STORE "OSC_FREQ"
20 !
30 !---------- Set up I/O path ----------
40 ASSIGN @Afg TO 70910
50 !
60 !---------- Set up Counter ----------
70 CLEAR SCREEN
80 PRINT "Set up Counter:"
90 PRINT
100 PRINT " Function - Frequency"
110 PRINT
120 PRINT "Connect the Counter to ’Aux Out’ on the AFG."
130 DISP "Press ’Continue’"
140 PAUSE
150 CLEAR SCREEN
160 !
170 !---------- Set up AFG ----------
180 OUTPUT @Afg;"*RST;*CLS"
!Reset AFG
190 WAIT .5
200 !
210 !---------- Perform test ----------
220 OUTPUT @Afg;"MARK:FEED ""ROSC"""
!Marker source = ROSC
230 OUTPUT @Afg;"INIT:IMM"
!Initiate
240 !
250 DISP "Record the Counter reading, then press ’Continue’"
260 PAUSE
270 DISP
280 END
48 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 ...