196
N:\mkt\MANUALS\HP8924C\APPMOD\BOOK\chapters\amtxtst.fb
Chapter 4, CDMA Transmitter Tests
Measuring Access Probe 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.26.
10 ! RE-STORE "c:\hpbasic\setrain\access_probe"
20 ! This program measures Access Probe Output Power
30 Loss=-1.5
40 CLEAR 714
50 OUTPUT 714;"*CLS"
60 CLEAR SCREEN
70 OUTPUT 714;"CDMA:CALL:END"
80 WAIT 1
90 OUTPUT 714;"*RST;"
100 WAIT 3
110 OUTPUT 714;"CDMA:RFCH 384"
115 !Measure access probe power during 1 access probe sequence
120 Meas(1,1,Loss)
130 CLEAR SCREEN
135 !Measure access probe power during 3 access probe sequences
140 Meas(2,3,Loss)
150 !
160 DISP "Program Done"
170 END
180 Meas: SUB Meas(Test,Max_seq,Loss)
190 IF Test=1 THEN
200 OUTPUT 714;"CONF:OFL:RFIN ";Loss
210 OUTPUT 714;"CONF:OFL:MODE ’ON’"
220 !
230 OUTPUT 714;"CDMA:CALL:LIM ’PAGE’"!Limit call processing to page
240 !Mobile station will transmit its maximum number of access probes
250 !as defined by settings on the Cell Configuration screen
260 OUTPUT 714;"CDMA:CELL:ASEC:BWP -75"
270 OUTPUT 714;"CDMA:CELL:CONF:MAXR";Max_seq
280 OUTPUT 714;"CDMA:CELL:CONF:STEP:POW 0"!Power Step = 0
290 ELSE
300 OUTPUT 714;"CDMA:CELL:CONF:MAXR";Max_seq
310 OUTPUT 714;"CDMA:CELL:CONF:NOM:POW 3"!Nominal power = 3
Содержание 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 ...