162
N:\mkt\MANUALS\HP8924C\APPMOD\BOOK\chapters\amtxtst.fb
Chapter 4, CDMA Transmitter Tests
Measuring Maximum RF Output Power
HPBASIC Programming Example
The following programming example was developed using HPBASIC for
Windows. It was tested on an HP 8924C with firmware rev A.02.29.
10 ! re-save "c:\hpbasic\MAX_POW"
20 ! This program implements CDMA Max Output Power test.
30 ! This closely follows T36 from the 83217A Software.
40 !
50 Initialize_ts ! Initialize test set routine
60 Page_phone ! Requires the phone to have been previously registered
70 Max_output_pow ! Measure max power
80 OUTPUT 714;"CDMA:CALL:END"
90 DISP "PROGRAM DONE"
100 END
110 Max_output_pow: SUB Max_output_pow
120 CLEAR SCREEN
130 DISP "Measuring the mobiles’ maximum output power..."
140 OUTPUT 714;"CDMA:TX:POW:MEAS ’Avg Power’;:MEAS:CDM:AVG:STAT ON"
150 !The following 5 lines set up parameters that
160 !help drive the phone to its maximum power
170 OUTPUT 714;"CDMA:CELL:CONF:NOM:POW 7"
175 OUTPUT 714;"CDMA:CELL:CONF:INIT:POW 15"
180 OUTPUT 714;"CDMA:CELL:CONF:STEP:POW 7"
185 OUTPUT 714;"CDMA:CELL:CONF:NUMS 15"
185 OUTPUT 714;"CDMA:CELL:CONF:MAXR 15"
190 OUTPUT 714;"CDMA:CELL:ASEC:PIL -7dB;SYNC -16dB;PAG -12dB;TRAF -7.4dB"
200 OUTPUT 714;"MEAS:CDM:AVGP:UNITS DBM"
210 !Lower Ior to increase mobile power
220 ! Do this in short steps to prevent dropping a call. Also, the IS-98
230 ! specifies -104 dBm/BW, but most mobiles will output max power at
240 ! -90 dBm/BW. The test may be more reliable at -90 dBm/BW if the mobile
250 ! receiver has difficulty at -104 dBm/BW.
260 OUTPUT 714;"CDMA:CELL:ASEC:BWP -90 dBm"
270 WAIT .5
280 OUTPUT 714;"CDMA:CELL:ASEC:BWP -104 dBm"
290 WAIT .5
300 Select 'Always Up' to send a continues stream of 'Up' power control bits
Содержание HP 8924C
Страница 21: ...Contents 21 N mkt MANUALS HP8924C APPMOD BOOK APPMOD TOC Table of Contents Index 351 ...
Страница 22: ...Contents 22 N mkt MANUALS HP8924C APPMOD BOOK APPMOD TOC ...
Страница 51: ...51 N mkt MANUALS HP8924C APPMOD BOOK chapters amcall fb Chapter 2 Setting Up a Call 2 Setting Up a Call ...
Страница 71: ...71 N mkt MANUALS HP8924C APPMOD BOOK chapters amrcvrt fb Chapter 3 CDMA Receiver Tests 3 CDMA Receiver Tests ...
Страница 139: ...139 N mkt MANUALS HP8924C APPMOD BOOK chapters amtxtst fb Chapter 4 CDMA Transmitter Tests 4 CDMA Transmitter Tests ...
Страница 199: ...199 N mkt MANUALS HP8924C APPMOD BOOK chapters amhoff fb Chapter 5 CDMA to Analog Handoff 5 CDMA to Analog Handoff ...
Страница 317: ...317 N mkt MANUALS HP8924C APPMOD BOOK chapters amsrq fb Chapter 10 Controlling Program Flow 10 Controlling Program Flow ...