Example Procedure - 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 a RACH Measurement

Example Procedure

The following example details how to make a power versus time RACH measurement on a mobile originated
call in Active Cell mode.
Alternatively, the same measurement could be made on a base station originated call by replacing lines 160
and 170 with the CALL:ORIGinate command.
10
INTEGER Int
20
DIM Results(11)
30
REAL Mask,Power
40
OUTPUT 714;"*RST"
50
OUTPUT 714;"RFANALYZER:MANUAL:CHANNEL:SELECTED 20" !Configures the
60
70
OUTPUT 714;"RFANALYZER:EXPECTED:POWER:SELECTED 10 DBM" !Configures
80
90
OUTPUT 714;"SETUP:PVTIME:CONTINUOUS OFF"
100
110
OUTPUT 714;"SETUP:PVTIME:COUNT:STATE OFF"
120
!multi_measurement state to OFF.
130
OUTPUT 714;"SETUP:PVTIME:TRIGGER:SOURCE AUTO" !Configures the
140
150
OUTPUT 714;"INITIATE:PVTIME" !Start a pvt measurement.
160
PRINT "Connect your mobile to the Test Set and initiate a call"
170
PRINT "from the mobile."
180
OUTPUT 714;"FETCH:PVTIME:ALL?"!Fetches the measurement integrity
190
!value, mask indicator, tx power, and pvt offsets.
200
ENTER 714;Int,Mask,Power,Results(*)
210
PRINT "****************************************"
220
PRINT "*Power vs Time RACH Measurement Results*"
230
PRINT "****************************************"
240
PRINT "Integrity = ";Integrity
250
PRINT "Mask = ";Mask
260
PRINT "Carrier Power =";Power
270
PRINT "Offset
280
PRINT "(micro sec)
290
PRINT "-------
300
PRINT "-28
310
PRINT "-18
320
PRINT "-10
330
PRINT "0
340
PRINT "321.2
350
PRINT "331.2
360
PRINT "339.2
370
PRINT "349.2
380
PRINT "542.8
390
PRINT "552.8
400
PRINT "560.8
410
PRINT "570.8
420
EN
100
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_rach_proc.fm
!test set to expect a transmission on ARFCN 20.
!the test set to expect a power level of 10 dBm.
!mode to single for a pvt measurement.
Level (dB)"
(dB)"
----------"
";Results(0)
";Results(1)
";Results(2)
";Results(3)
";Results(4)
";Results(5)
";Results(6)
";Results(7)
";Results(8)
";Results(9)
";Results(10)
";Results(11)
!Configures trigger
!Configures the
!trigger source to AUTO.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E5515aE5515bE1960a

Table of Contents