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 155
Example Programs
MANUAL TEST GPRS Mode Sample Program
5. Example Programs
1990 OUTPUT Serial_port;"TRIG:MODE SING"
2000 WAIT 2
2010 OUTPUT Serial_port;"TRIG:IMM"
2020 !
2030 REPEAT
2040 OUTPUT Serial_port;"*STB?"
2050 ENTER Serial_port;H
2060 WAIT .1
2070 UNTIL BIT(H,0)=1
2080 !
2090 OUTPUT Serial_port;"TEST:MAN:RX:RES:SENS?"
2100 ENTER Serial_port;A,B,C,D
2110 IF A=1 AND BIT(B,1)=1 THEN
2120 PRINT "Sensitivity BLER Measurement invalid."
2130 ELSE
2140 IF BIT(B,1)=0 THEN
2150 Result$="PASS"
2160 ELSE
2170 Result$="FAIL"
2180 END IF
2190 PRINT "BLER : ",D,"%",Result$
2200 END IF
2210 OUTPUT Serial_port;"DISP:MAN:MEAS"
2220 WAIT 2
2230 !
2240 OUTPUT Serial_port;"TEST:MAN:MEAS:END"
2250 REPEAT
2260 OUTPUT Serial_port;"TEST:MAN:MEAS:SIGN:STAT?"
2270 ENTER Serial_port;F
2280 WAIT .1
2290 UNTIL BIT(F,4)=1
2300 DISP "Measurement End."
2310 END
Table 5-2 Program Comments
1050 Resets the Test Set to the default settings for programming.
1060 Displays the CONFIGURATION screen.
1070 Activates the Attenuation function.
1080 Sets the Attenuation RF Input field.
1090 Sets the Attenuation RF Output field.
1100 Displays the Test Condition screen of CONFIGURATION.
1110 Sets the RF Output field to On.
1120 Sets the BER BS Level value to −80.0 dBm.
1150 Displays the Stand-by screen with the GPRS mode.
1160 Sets the Radio Standard field to GSM900.
1170 Sets the BCCH channel number to 20.