168
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_fer.fm
Programming an FER (Frame Error Rate) Measurement
860 CASE 1
870 Pass_fail$="FAILED"
880 CASE 2
890 Pass_fail$="MAXIMUM NUMBER OF FRAMES WERE TESTED"
900 CASE 3
910 Pass_fail$="UNKNOWN"
920 END SELECT
930 !
940 PRINT "Integrity indicator = ";Integrity
950 PRINT "FER test results = ";Pass_fail$,"FER ratio = ";Fer_ratio,"FER count = ";Fer_count
60 PRINT "Number of frames tested = ";Frames_tested
970 DISP "Test complete"
980 !***Return to default call processing states***
990 OUTPUT A;"CALL:POW:DIG2000 -50" ! Returns cell power to -50 dBm/1.23 MHz
1000 OUTPUT A;"CALL:REG:TIMER:STATE ON" !Returns timer-based registration to ON
1010 !
1020 OUTPUT A;"CALL:END" !Ends the call
1030 END
1040 Timeout: SUB Timeout ! Global timeout handler
1050 PRINT "Program timed out"
1060 CLEAR 7
1070 CLEAR 714
1080 SUBEND
Related Topics
“Programming a TDSO Frame Error Rate Measurement”
“Frame Error Rate Measurement Description” on page 53
“Frame Error Rate Measurement Troubleshooting” on page 709