Logo Logo

   Online Reference Guide

GSM (E1960A) & GPRS (E1964A)
 
 


8960 Wireless Communications Test Set

Measurements
Call Processing
Programming
GPIB Commands
Manual Operation
Troubleshooting
Configuration
Release Notes
Fast Switching
PDF Manuals

Feedback
Did the information on this web page help answer your question or solve a problem?

Yes
No
Did not apply

Please provide additional comments about this page.
(Optional, 255 character max)

 



Programming a Bit Error Measurement

Last updated: May 8, 2002

This section contains two programming examples:

Programming a Bit Error Measurement for GSM

This section provides an example of how to make the bit error (BER) measurement via GPIB.

The following procedure assumes that an active link is established between the test set and the mobile station. See Establishing an Active GSM Link with the Mobile Station .

  1. Set the cell power to a good level.
  2. Configure BER measurement parameters using the SETup subsystem.
  3. Set the measurement type (either residual Type IA, Type IB, Type II, or non-residual Type IA, Type IB, Type II).
  4. Set the cell power to a low level for BER measurement.
  5. Use the INITiate command to begin a BER measurement.
  6. Use the FETCh? command to obtain BER measurement results.
  7. Set the cell power to a good level.

Programming 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   OUTPUT 714;"FETCH:BERROR?" ! BERR results.
200   ENTER 714;Integrity,Bits_tested,Bit_err_ratio,Bit_err_count
210   OUTPUT 714;"FETCH:BERROR:COUNT:CRC?" ! Query CRC Count results.
220   ENTER 714;Crc_count
230   OUTPUT 714;"CALL:CELL:POWER:AMPLITUDE -85 DBM" ! Sets the cell power level
240                                                  ! to a good level.
250   END

Alternatively, you could use the FETCh:BERRor:FULL? query to return the same results but for all bit types simultaneously.

Returned values

The measurements returned by this program are:

  • Integrity returns the Integrity Indicator (0 means a successful measurement with no errors).
  • Bits_tested returns the number of bits tested.
  • Bit_err_ratio returns the ratio of bit errors to total bits tested.
  • Bit_err_count returns the number of bit errors.
  • Crc_count returns the CRC count (cyclic redundancy check).

Programming a Bit Error Measurement for GPRS

This section provides an example of how to make the GPRS bit error (BER) measurement via GPIB.

The following procedure assumes that the Operating Mode has been set to Active Cell (using CALL:OPERating:MODE ) and the data connection type has been set to ETSI Type B (using CALL:FUNCtion:DATA:TYPE ). In addition, it is assumed that a data connection has been established between the test set and the mobile station (that is, the connection status is Transferring). See Step 4: Make a connection . Note that you can also make BER measurements when the test set's operating mode is set to GPRS BCH+PDTCH test mode (see CALL:OPERating:MODE ).

  1. Configure the BCH and PDTCH parameters using the CALL subsystem.
  2. Configure the Bit Error measurement parameters using the SETup subsystem.
  3. Configure the downlink PDTCH parameters using the CALL subsystem.
  4. Start the Bit Error measurement using the INITiate subsystem.
  5. Use the FETCh? command to obtain Bit Error measurement results.

Programming Example

 
10   ! This code assumes that the current data connection state is Transferring.
20   !
30   ! Configure BCH and PDTCH parameters.
40   OUTPUT 714;"CALL:POW -60 DBM" ! Set the BCH power. 
50   OUTPUT 714;"CALL:PDTCH:PZER:LEV 30" ! Set the P0 reference level to 30 dB.
60   OUTPUT 714;"CALL:PDTCH:CSCH CS4" ! Set the channel coding scheme to CS4.
70   ! Configure the measurement parameters
80   OUTPUT 714;"SET:GBER:TIM:TIME 5" ! BER measurement times out after
90                                    ! 5 seconds.
100  OUTPUT 714;"SET:GBER:CONT OFF" ! Configures a BER measurement to
110                                 ! Single Trigger.
120  OUTPUT 714;"SET:GBER:COUN 10000" ! Sets the number of bits to measure
130                                   ! at 10,000.
140  OUTPUT 714;"SET:GBER:LDC:AUTO ON" ! Sets the Loopback Delay
150                                    ! Control mode to ON. This
160                                    ! commands the test set to
170                                    ! determine the Block Delay.
180  ! Set up and select the downlink PDTCH power reduction levels. 
190  OUTPUT 714;"CALL:PDTCH:PRED:LEV1 12db"
200  OUTPUT 714;"CALL:PDTCH:PRED:LEV2 0dB"
210  OUTPUT 714;"CALL:PDTCH:PRED:BURS1 PRL1"
220  OUTPUT 714;"CALL:PDTCH:PRED:BURS2 PRL1"
230  OUTPUT 714;"INIT:GBER"  ! Start a BER measurement.
240  OUTPUT 714;"FETC:GBER?"
250  ENTER 714;Integrity,Bits_tested,Bit_ratio,Bit_err_cnt
260  END

Returned values

The measurements returned by this program are:

  • Integrity returns the Integrity Indicator (0 means a successful measurement with no errors).
  • Bits_tested returns the number of bits tested.
  • Bit_ratio returns the ratio of bit errors to total bits tested.
  • Bit_err_cnt returns the number of bit errors.




 Back to Top

Terms of Use Privacy Statement