Hp Basic Example - HP 8924C Application Manual

Cdma mobile station test set
Hide thumbs Also See for 8924C:
Table of Contents

Advertisement

Chapter 5, CDMA to Analog Handoff
Performing a CDMA to Analog Handoff

HP BASIC Example

10 RE-SAVE "C:\HPBASIC\HANDOFF"
20 OUTPUT 714;"CDMA:CALL:AHAN:EXEC"!executes the CDMA to analog handoff
30 T=TIMEDATE
40 REPEAT
50 OUTPUT 714;"STAT:CALLP:EVEN?" !Queries Call Processing Status Event Register
60 ENTER 714;Connected
70 IF TIMEDATE-T>=25 THEN
80 PRINT "ERROR"
90 STOP
100 ELSE
110 WAIT .1 !Prevents HP-IB commands from dominating TesFlkt Set processes
120 END IF
130 UNTIL BIT(Connected,5)
140 PRINT "Handoff complete, mobile is connected to analog voice channel"
140 END
208
The following example executes a CDMA to analog handoff, then polls bit 5 in
the Call Processing status register group until the handoff to the analog voice
channel is connected, or the handoff attempt times out.
N:\mkt\MANUALS\HP8924C\APPMOD\BOOK\chapters\amhoff.fb

Advertisement

Table of Contents
loading

Table of Contents