Programming Example - 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

Programming Example

The following example assumes that a call is currently connected and that no measurements other than TX
power (TXP) and phase and frequency error (PFER) are currently being triggered. See
Link with the Mobile Station" on page 28
10
OUTPUT 714;"SETUP:TXPOWER:CONTINUOUS OFF" !Sets TX power trigger mode
20
30
OUTPUT 714;"SETUP:PFERROR:CONTINUOUS OFF" !Sets PFER trigger mode
40
50
OUTPUT 714;"INITiate:TXPower;PFERror" !Begins a TX power and
60
70
REPEAT
80
OUTPUT 714;"INITIATE:DONE?" !Queries the test set for measurements
90
100 ENTER 714;Meas_done$ !String value representing DONE measurements,
110
120 SELECT Meas_done$ !This variable will be set to WAIT until measurements
130
140 CASE "TXP" !Characters must be upper case.
150 OUTPUT 714;"FETCH:TXPOWER:POWER?" !If this case is selected, Tx power
160
170 ENTER 714;Tx_power
180 PRINT "TX_Power is ";Tx_power
190 CASE "PFER" !Characters must be uppercase.
200 OUTPUT 714;"FETCH:PFERROR:RMS?" !If this case is selected, rms phase error
210
220 ENTER 714;Phs_error
230 PRINT "Max RMS Phase Error is ";Phs_error
240 END SELECT
250 UNTIL Meas_done$ = "NONE" !When all triggered measurements have completed,
260
270 END
and
"Triggering Process Description" on page
!that are done
! NONE if no measurements are done.
!are DONE.
!(no integrity indicator) is FETCHed.
!measurement is FETCHed.
!the INITiate:DONE? query returns NONE.
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_meas_synch.fm
!to single.
!to single.
!PFER measurement.
Measurement Event Synchronization
"Establishing an Active
150.
133

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E5515aE5515bE1960a

Table of Contents