Chapter 2
31
Controlling the Test Set and Making Measurements
Calibrating the Test System
210 Nwa_addr=716 ! 8753D/E GPIB address
220 Ts_addr=712 ! 87075C-H08 GPIB address
230 !
240 !
250 CLEAR SCREEN
260 PRINT USING "3/,K,/";"*** DEMONSTRATION PROGRAM FOR 87050E
MANUAL CONTROL ***"
270 PRINT "Either direct GPIB control to the 87075C may be
selected (G),"
280 PRINT "or indirect control via the Parallel Port (P) of the
8753D/E."
290 REPEAT
300 Answ$="P"
310 OUTPUT
2;Answ$&CHR$(255)&"G";
320 BEEP
300,.1
330
INPUT "Select desired test-set control. GPIB or Parallel
Port? (Enter G or P)",Answ$
340 Answ$=UPC$(Answ$[1,1])
350 UNTIL Answ$="P" OR Answ$="G"
360 Controller$=Answ$
370 !
380 ABORT 7
390 CLEAR SCREEN
400 IF Controller$="P" THEN
410
Addr=Nwa_addr ! Assign address to the analyzer.
420
PRINT "Test set is being controlled via Parallel Port; 8753D/E
GPIB address =";Addr
430 ELSE
440
Addr=Ts_addr ! Assign address to the test set.
450 CLEAR
Addr
460
PRINT "test set is being controlled directly via GPIB. GPIB
address =";Addr
470 END IF
480 Isc=Addr DIV 100 ! Interface Select Code
490 !
500 PRINT USING "/,K,/";RPT$("-",77)
510 PRINT "For manual operation of this switch box, enter two
numbers separated by a"
520 PRINT "comma (,). the two numbers represent the REFLECTION
port and TRANSMISSION"
Содержание 87075C Option H08
Страница 1: ...Agilent Technologies 87075C Option H08 User s and Service Guide ...
Страница 2: ......
Страница 6: ...4 User s and Service Guide Supplement ...
Страница 9: ...7 1 General Information ...
Страница 22: ...20 Chapter1 General Information Performing the Operator s Check ...
Страница 23: ...21 2 Controlling the Test Set and Making Measurements ...
Страница 38: ...36 Chapter2 Controlling the Test Set and Making Measurements Calibrating the Test System ...
Страница 39: ...37 3 Front Rear Panel ...
Страница 45: ...43 4 Service ...
Страница 60: ...58 Chapter4 Service Theory of Operation ...
Страница 61: ...59 5 Safety and Regulatory Information ...