![Agilent Technologies 8960 Series 10 Reference Manual Download Page 129](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627129.webp)
129
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_gen_timeout.fm
Measurement Timeouts
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 !protocol as a trigger source.
30 OUTPUT 714;”SETUP:TXPOWER:TIMEOUT:TIME 5;STATE ON” !Sets a timeout value
40 !of 5 seconds
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
*******************************************************
Summary of Contents for 8960 Series 10
Page 26: ...26 Contents ...