134
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_generic_step4_ac.fm
Step 4: Make Connection
NOTE The test set cannot originate a call from the mobile station. You must physically dial a number on
the mobile station and press send, or send commands to a test bus built into the mobile station.
For mobile station originated calls where the call is originated by physically dialing a number (as
opposed to using a test bus) ensure that the call-state-change detector timeout time is long
enough to allow the number to be dialed.
Example 11. Programming Example
OUTPUT Test_set;”CALL:CONN:TIM 10” ! Set timeout time to 10 seconds
OUTPUT Test_set;”CALL:CONN:ARM” ! Arm the change detector
DISP “Initiate a call from the mobile”
OUTPUT Test_set;”CALL:CONN?” ! Initiate a call connected state query
ENTER Test_set;Call_connected ! Program hangs here until
! origination passes or fails
IF NOT Call_connected THEN
OUTPUT Test_set;”CALL:END”
! <put error handler here>
END IF
! Call is connected. Proceed with the control program.
Make a Test Mode Connection
To make a connection between the test set and mobile station in test mode, you must send the appropriate test
mode commands to the mobile station to command it to synchronize to the test set’s signal and begin
transmitting.
You may also want to make a quick power measurement to ensure that the connection has been made.