107
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_getting_started_step1_ac.fm
Step 1: Set up the Test Set
Declare Variables, Set Path Losses and Timeouts, Activate GPIB Debugger
Another useful tool that you may want to turn on at this time is the system command GPIB debugger. When
on, error messages appear on the test set’s screen when the test set receives an unknown GPIB command.
51 !*****************************************************************
52 ! VARIABLE DECLARATIONS FOR CALL SET UP - MOBILE SPECIFIC
53 !*****************************************************************
54 !
61 Systype$=”DIGITAL2000”
70 Band$=”USCELLULAR”
80 Channel=384
81 Handoffchan=500
90 Sid=1
100 Nid=1
110 Radio_config$=”F3R3”
120 Service_opt$=”SO2”
142 !
143 !*****************************************************************
144 ! SET PATH LOSS VALUES
145 !*****************************************************************
146 !
150 Loss_frequency$=” 851 MHZ,896 MHZ”
160 Expected_loss$=” -2,-2”
170 OUTPUT Testset;”SYST:CORR:FREQ”;Loss_frequency$
180 OUTPUT Testset;”SYST:CORR”;Expected_loss$
200 !
210 !*****************************************************************
211 ! SET UP TIMEOUTS
212 !*****************************************************************
213 !
214 ON TIMEOUT 7,20 CALL Timeout
220 !
233 !*****************************************************************
234 ! TURN ON 8960 GP-IB DEBUGGER - COMMENT OUT WHEN DONE DEBUGGING PROGRAM
235 !*****************************************************************
236 !
237 OUTPUT Testset;”SYST:COMM:GPIB:DEB:STAT ON”