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

148 Chapter 5
Example Programs
MANUAL TEST SYNC Mode Sample Program
MANUAL TEST SYNC Mode Sample Program
This HP BASIC sample program makes a measurement of Peak TX Power and
Burst Timing with the MANUAL TEST synchronous mode on a DCS1800 mobile
phone.
CLEAR and RESET the controller, and type the following commands and Run the
program:
1000! re-save "a:\mantest.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 0.5,0.5,0.5,0.5"
1090 OUTPUT Serial_port;"CONF:LOSS:RFOU 1.0,1.0,1.0,1.0"
1100 OUTPUT Serial_port;"DISP:CONF:COND"
1110 OUTPUT Serial_port;"CONF:COND:RFOU ON"
1120 !
1130 OUTPUT Serial_port;"DISP:MAN:SYNC:STBY"
1140 OUTPUT Serial_port;"TEST:MAN:RFOR DCS1800"
1150 OUTPUT Serial_port;"TEST:MAN:MBAN OFF"
1160 OUTPUT Serial_port;"TEST:MAN:DCP:VOLT 3.6" ! CAUTION: Change the voltage
value for your mobile phone.
1170 OUTPUT Serial_port;"TEST:MAN:DCP:MODE ON"
1180 !
1190 !***** DC Current Measurements
1200 !
1210 DISP "Turn on the mobile phone and wait until 001-01 is displayed. Then press
CONTINUE."
1220 PAUSE
1230 DISP
1240 !
1250 OUTPUT Serial_port;"TEST:MAN:MEAS:MSC"
1260 OUTPUT Serial_port;"DISP:MAN:CURR"
1270 OUTPUT Serial_port;"TRIG:MODE SING"
1280 OUTPUT Serial_port;"TRIG:IMM"
1290 REPEAT