Specifications
Table Of Contents
- E6392-90042.pdf
- E6392-90042_manual
- Front Matter
- Contents
- 1 Preparing for Use
- 2 Programming Command Guidelines
- 3 Programming Command Reference
- IEEE Common Command
- CONFigure Subsystem
- DISPlay Subsystem
- HCOPy Subsystem
- RFGenerator Subsystem
- SMONitor Subsystem
- SYSTem Subsystem
- TESTs Subsystem for AUTOMATIC TEST
- All Tests Results
- All Tests Results
- Command Reference for Burst Timing/Power Ramp Measurement Screen
- Command Reference for DC Current Measurement Screen
- Command Reference for MS Information
- Command Reference for Peak TX Power Measurement Screen
- Command Reference for Phase/Frequency Error Measurement Screen
- Command Reference for Sensitivity/RX Quality/RX Level Measurement Screen
- Command Reference for Stand-by/Measuring Screens
- TESTs Subsystem for MANUAL TEST
- Command Reference for DC Current Measurement Screen
- Command Reference for Measuring Screens
- Command Reference for MS Information
- Command Reference for Peak TX Power /Burst Timing/Power Ramp Measurement Screen
- Command Reference for Phase/Frequency Error Measurement Screen
- Command Reference for Sensitivity/RX Quality/RX Level Measurement Screen
- Command Reference for Spectrum Monitor Measurement Screen
- Command Reference for Stand-by Screens
- TRIGger Subsystem
- 4 Programming Command Cross Reference
- 5 Example Programs
- A Syntax Diagram
- B Command Difference between E6392A & E6392B
- Index

Chapter 5 153
Example Programs
MANUAL TEST GPRS Mode Sample Program
5. Example Programs
MANUAL TEST GPRS Mode Sample Program
This HP BASIC sample program makes each measurement on Peak TX Power,
Frequency Error, and Sensitivity BLER with the MANUAL TEST GPRS mode on
a GSM mobile phone.
CLEAR and RESET the controller, and type the following commands and Run the
program:
1000! re-save "A:\GPRStest.bas"
1010 Serial_port=9
1020 !
1030 !***** Configuration
1040 !
1050 OUTPUT Serial_port;"*RST"
1060 OUTPUT Serial_port;"DISP:CONF"
1070 OUTPUT Serial_port;"CONF:LOSS ON"
1080 OUTPUT Serial_port;"CONF:LOSS:RFIN 15.0,0.5,0.5,0.5"
1090 OUTPUT Serial_port;"CONF:LOSS:RFOU 15.0,1.0,1.0,1.0"
1100 OUTPUT Serial_port;"DISP:CONF:COND"
1110 OUTPUT Serial_port;"CONF:COND:RFOU ON"
1120 OUTPUT Serial_port;"CONF:COND:SENS:LEV -80.0"
1130 WAIT .3
1140 !
1150 OUTPUT Serial_port;"DISP:MAN:GPRS:STBY"
1160 OUTPUT Serial_port;"TEST:MAN:RFOR GSM900"
1170 OUTPUT Serial_port;"TEST:MAN:BCCH:CHAN 20"
1180 OUTPUT Serial_port;"TEST:MAN:TCH:CHAN 60"
1190 OUTPUT Serial_port;"TEST:MAN:MBAN OFF"
1200 OUTPUT Serial_port;"TEST:MAN:DCP:MODE OFF"
1210 OUTPUT Serial_port;"TEST:MAN:MSL 4"
1220 OUTPUT Serial_port;"TEST:MAN:SCON 2x1"
1230 OUTPUT Serial_port;"TEST:MAN:SENS BLER"
1240 WAIT .3
1250 !
1260 !***** GPRS Mode Test Start
1270 !
1280 DISP "Turn on the mobile phone, then press CONTINUE."
1290 PAUSE
1300 DISP
1310 !
1320 OUTPUT Serial_port;"TRIG:IMM"
1330 OUTPUT Serial_port;"DISP:MAN:MEAS"
1340 REPEAT
1350 OUTPUT Serial_port;"TEST:MAN:MEAS:SIGN:STAT?"
1360 ENTER Serial_port;H
1370 WAIT .1
1380 UNTIL BIT(H,1)=1
1390 !
1400 !****** Peak TX Power Measurements
1410 !
1420 OUTPUT Serial_port;"DISP:MAN:TPOW"
1430 OUTPUT Serial_port;"TRIG:MODE SING"