![Agilent Technologies 8960 Series 10 Reference Manual Download Page 52](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627052.webp)
52
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_berr_proc.fm
Programming a Bit Error Measurement
Program Example
10 OUTPUT 714;”SETUP:BERROR:TIMEOUT:TIME 5” ! BER measurement times out after
20 ! 5 seconds.
30 OUTPUT 714;”CALL:CELL:POWER:AMPLITUDE -102 DBM” ! Sets the cell power level
40 ! to a “low” level for the
50 ! BER measurement.
60 OUTPUT 714;”SETUP:BERROR:CONTINUOUS OFF” ! Configures a BER measurement to
70 ! Single Trigger.
80 OUTPUT 714;”SETUP:BERROR:COUNT 10000” ! Sets the number of bits to measure
90 ! at 10,000.
100 OUTPUT 714;”SETUP:BERROR:CLSDELAY:STIME 500 MS” ! Sets the Close Loop Delay
110 ! to 500 ms.
120 OUTPUT 714;”SETUP:BERROR:SLCONTROL ON” ! Sets the Signal Loop Control state to on.
130 OUTPUT 714;”SETUP:BERROR:TYPE TYPEIA” ! Sets the Measurement Type to IA.
140 OUTPUT 714;”SETUP:BERROR:LDCONTROL:AUTO OFF” ! Configure loopback delay
150 ! control to manual.
160 OUTPUT 714;”SETUP:BERROR:MANUAL:DELAY 6” ! Set frame delay to 6 frames in order
170 ! to correlate uplink and downlink bits.
180 OUTPUT 714;”INITIATE:BERROR” ! Start a BER measurement.
190 REPEAT
200 OUTPUT 714;”INITIATE:DONE?”
210 ENTER 714;Meas_comp$
220 PRINT Meas_comp$
230 UNTIL Meas_comp$=”BERR”
240 OUTPUT 714;”FETCH:BERROR?” ! BERR results.
250 ENTER 714;Integrity,Bits_tested,Bit_err_ratio,Bit_err_count
260 OUTPUT 714;”FETCH:BERROR:COUNT:CRC?” ! Query CRC Count results.
270 ENTER 714;Crc_count
280 OUTPUT 714;”CALL:CELL:POWER:AMPLITUDE -85 DBM” ! Sets the cell power level
290 ! to a good level.
300 END
Alternatively, you could use the
query to return the same results but for all bit types
simultaneously.
Summary of Contents for 8960 Series 10
Page 26: ...26 Contents ...