Specifications

Table Of Contents
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.