181
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_prog_guide_step4.fm
Step 4: Establish an Active Link with Mobile Station
Example 12. Programming Example:
OUTPUT Test_set;”CALL:CONN:TIM 5” ! Set timeout time to 5 seconds
OUTPUT Test_set;”CALL:CONN:ARM” ! Arm the change detector
OUTPUT Test_set;”CALL:CONN:STAT?” ! Initiate call connect state query
DISP “Originate call from mobile station.”
ENTER Test_set;Call_connected ! Program will hang here until
! origination passes or fails
IF NOT Call_connected THEN ! Check if connection successful
OUTPUT Test_set;”CALL:END”
! <put error handler here>
END IF
! Call is connected so proceed with control program
Содержание 8960 Series 10
Страница 26: ...26 Contents ...
Страница 363: ...363 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual Chapters hpib_read fm READ ...
Страница 500: ...500 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_gen_usage fm General Usage ...
Страница 574: ...574 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_error_messages fm Error Messages ...