32
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_synch_callproc.fm
Call Processing Event Synchronization
Operating Considerations When using the call processing subsystem overlapped command
synchronization commands, check the conditions that set the operation’s pending operation flag (POF) false to
avoid unexpected results.
Table 2 of 2
Command
Purpose Of Command
Example
:WAIT
Forces the test set to wait until the
associated command’s pending operation
flag is false before executing any more
commands.
10 OUTPUT 714;”CALL:TCH 65”
20 OUTPUT 714;”SETUP:TXP:CONT OFF”
30 OUTPUT 714;”SETUP:PFER:CONT OFF”
40 OUTPUT 714;”CALL:TCH:WAIT”
50 OUTPUT 714;”INIT:TXP;PFER”
60 END
The example shown is from the E1960A GSM test
application. Commands the test set to perform a
traffic channel handover and execute two setup
commands. After the two setup commands have
finished, the :WAIT command is sent to prevent the
test set from executing the INITiate command until
the handover is finished.
:OPComplete?
Places a 1 in the test set’s output queue
when the associated command’s pending
operation flag goes false. Controlling
program hangs on this query until the 1 is
retrieved.
10 OUTPUT 714;”CALL:TCH 65”
20 OUTPUT 714;”SETUP:TXP:CONT OFF”
30 OUTPUT 714;”SETUP:PFER:CONT OFF”
40 OUTPUT 714;”CALL:TCH:OPC?”
50 ENTER 714;Op_complete
60 OUTPUT 714;”INIT:TXP;PFER”
70 END
The example shown is from the E1960A GSM test
application. Commands the test set to perform a
traffic channel handover and execute two setup
commands. After the two setup commands have
finished, the :OPC? command is sent to hang program
execution until a 1 is put in the test set’s output
queue, satisfying the ENTER statement and allowing
program execution to continue with the INITiate
command.
Содержание 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 ...