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 161
Example Programs
AUTOMATIC TEST Sample Program
5. Example Programs
2080 IF BIT(B,0)=1 THEN
2090 PRINT "Peak TX Power failed."
2100 FOR I=1 TO 6
2110 OUTPUT Serial_port;"TEST:AUTO:RES:TPOW"&VAL$(I)&"?"
2120 ENTER Serial_port;C,D,E,F,G
2130 PRINT RPT$("
",5);"Ch:";Ch(I),"High:";E;"dBm,","Mid:";F;"dBm,","Low:";G;"dBm"
2140 NEXT I
2150 END IF
2160 IF BIT(B,1)=1 THEN PRINT "Burst Timing failed."
2170 IF BIT(B,2)=1 THEN PRINT "Power Ramp failed."
2180 IF BIT(B,3)=1 THEN PRINT "Phase Error failed."
2190 IF BIT(B,4)=1 THEN PRINT "Frequency Error failed."
2200 IF BIT(B,5)=1 THEN PRINT "Sensitivity failed."
2210 IF BIT(B,6)=1 THEN PRINT "RX Quality failed."
2220 IF BIT(B,7)=1 THEN PRINT "RX Level failed."
2230 IF BIT(B,8)=1 THEN PRINT "DC Current failed."
2240 END IF
2250 END
Table 5-3 Program Comments
1130 Resets the Test Set to the default settings for programming.
1140 Locks all of the front panel key control.
1160 Displays the CONFIGURATION screen.
1170 Activates the Attenuation function.
1180 Sets the Attenuation RF Input field.
1190 Sets the Attenuation RF Output field.
1200 Displays the Test Condition screen.
1210 Sets the RF Output field to On.
1230 Displays the Stand-by screen, AUTOMATIC TEST.
1240 Selects the detailed screen.
1250 Sets the Radio Standard field to DCS1800.
1260 Sets the Multi Band field to GSM900.
1270 Sets the DC Power mode to On.
1280 Sets the DC Power voltage.
1290 and 1310 Sets the channel numbers.