![HP HP 8924C Скачать руководство пользователя страница 172](http://html.mh-extra.com/html/hp/hp-8924c/hp-8924c_application-manual_166201172.webp)
172
N:\mkt\MANUALS\HP8924C\APPMOD\BOOK\chapters\amtxtst.fb
Chapter 4, CDMA Transmitter Tests
Measuring Minimum Controlled 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-save "c:\8924c\ex_progs\min_pwr.txt"
20 ! This program implements CDMA Minimum Power test.
30 ! This closely follows T37 from the 83217A Software.
40 ON TIMEOUT 7,5 GOTO End_of_program
50 Prot$="’J-STD-008’" !Enter mobile’s protocol stack
60 Rfcs$="’KOR PCS P0’" !Enter mobile’s RF channel standard
70 Rfch=525 !Enter mobile’s primary CDMA RF Channel number
80 Sid$="2222"
90 Mcc$="241"
100 Mnc$="10"
110 Initialize_ts(Rfch,Prot$,Rfcs$,Sid$,Mcc$,Mnc$)!Preset and initialize test set
120 Reg_phone! Register the phone (Power-up registration must be off)
130 Page_phone ! Require mobile to have been previously registered
140 Min_pow ! Measure minimum output power
150 STOP
160 OUTPUT 714;"CDMA:CALL:END" ! Release the call
170 DISP "PROGRAM DONE"
180 End_of_program: !A timeout on the HP-IB will cause the program to branch here
190 END
200 Page_phone: SUB Page_phone
210 OUTPUT 714;"CDMA:CALL:TRAF:DATA:MODE ’SVC OPT 2’"
220 DISP "Mobile is being paged..."
240 REPEAT
250 WAIT .1 !100 mS wait to allow Test Set to handle other tasks
260 OUTPUT 714;"STAT:CDMA:EVENT?"
270 ENTER 714;Event_reg
280 UNTIL BIT(Event_reg,3)! Monitoring "Connected" annunciator bit
290 DISP ""
300 PRINT "Page successful, mobile is connected"
310 SUBEND
320 Min_pow: SUB Min_pow
330 DISP "Measuring Minimum Power ...."
340 OUTPUT 714;"CDMA:CELL:ASEC:BWP -25" ! Sector A power
Содержание 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 ...