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 159
Example Programs
AUTOMATIC TEST Sample Program
5. Example Programs
1310 NEXT I
1320 !
1330 !***** LOC.Update
1340 !
1350 DISP "Turn on the mobile phone and wait until 001-01 is displayed. Then press
CONTINUE."
1360 PAUSE
1370 DISP
1380 !
1390 OUTPUT Serial_port;"TRIG:IMM"
1400 !
1410 REPEAT
1420 OUTPUT Serial_port;"TEST:AUTO:MEAS:SIGN:STAT?"
1430 ENTER Serial_port;S
1440 UNTIL BIT(S,1)=1
1450 !
1460 !***** MS Call
1470 !
1480 DISP "Execute MS call. Press CONTINUE."
1490 PAUSE
1500 DISP
1510 !
1520 REPEAT
1530 OUTPUT Serial_port;"TEST:AUTO:MEAS:SIGN:STAT?"
1540 ENTER Serial_port;S
1550 UNTIL BIT(S,2)=1
1560 !
1570 !***** Talk
1580 !
1590 INPUT "Talk to the mobile to get its echo. Enter P for Pass or F for Fail.",P$
1600 IF P$="P" OR P$="p" THEN
1610 OUTPUT Serial_port;"TEST:AUTO:MEAS:TALK PASS"
1620 ELSE
1630 OUTPUT Serial_port;"TEST:AUTO:MEAS:TALK FAIL"
1640 END IF
1650 !
1660 !***** RF Test
1670 !
1680 DISP "Executing RF Test..."