Agilent Technologies 8960 10 Series Reference Manual page 32

Wireless communications test set, gsm mobile test application
Hide thumbs Also See for 8960 10 Series:
Table of Contents

Advertisement

Call Processing Event Synchronization
Table 2 of 2
Command
Purpose Of Command
:WAIT
Forces the test set to wait until the
associated command's pending operation
flag is false before executing any more
commands.
: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.
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.
32
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_synch_callproc.fm
Example
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.
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.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E5515aE5515bE1960a

Table of Contents