Program Example; Related Topics - Agilent Technologies 8960 10 Series Reference Manual

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

Advertisement

Program Example

The following program will force a timeout to occur on an attempted transmit power measurement. The
integrity indicator should return a 2 (the measurement timeout indicator).
10
OUTPUT 714;"CALL:END" !Ends a call that may have been connected, inhibiting
20
30
OUTPUT 714;"SETUP:TXPOWER:TIMEOUT:TIME 5;STATE ON" !Sets a timeout value
40
50
OUTPUT 714;"INITIATE:TXPOWER" !Initiates a single TX power measurement.
60
OUTPUT 714;"FETCH:TXPOWER?" !Queries the TX Power measurement result.
70
ENTER 714;Integrity,Tx_pwr_result
80
PRINT "Integrity indicator was ";Integrity
90
IF Integrity = 2 THEN !Integrity Indicator 2 indicates TX power timed-out.
100 PRINT "Measurement timed out"
110 ELSE
120 PRINT "Measurement did not time out, TX power measurement result was ";Tx_pwr_result
130 END IF
140 END
In this example, if the TX power measurement takes longer than 5 seconds to complete, the FETCh command
will obtain an integrity value of 2. The test set's GPIB will then be available to accept more commands.

Related Topics

*******************************************************
"Integrity Indicator" on page 125
"SETup Subsystem" on page 379
*******************************************************
!protocol as a trigger source.
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_gen_timeout.fm
!of 5 seconds
Measurement Timeouts
129

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E5515aE5515bE1960a

Table of Contents