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 Transmit Power Measurement

Last updated: May 8, 2002

This section contains two programming examples:

Programming a Transmit Power Measurement for GSM

This section provides an example of how to make the transmit power (TXP) 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. Configure the TXP measurement parameters using the SETup subsystem.
  2. Start the TXP measurement using the INITiate subsystem.
  3. Use the FETCh? command to obtain TXP measurement results.

Programming Example

 
10  OUTPUT 714;"SETUP:TXPOWER:CONTINUOUS OFF" !Configures a TXP measurement to
20                                            !single trigger mode.
30  OUTPUT 714;"SETUP:TXPOWER:COUNT:NUMBER 100" !Configures a multi-measurement
40                                             !of 100.
50  OUTPUT 714;"SETUP:TXPOWER:TRIGGER:SOURCE AUTO" !Configure trigger source
60                                                 !to auto.
70  OUTPUT 714;"INITIATE:TXPOWER" !Start TXP measurement.
80  OUTPUT 714;"FETCH:TXPOWER:ALL?" !Fetch TXP results.
90  	ENTER 714;Integrity, Avg_tx_power
100 END

Returned Values

The measurements returned by this program are:

  • Integrity returns the measurement Integrity Indicator (0 means a successful measurement with no errors).
  • Avg_tx_power returns the average transmit power in dBm.

Programming a Transmit Power Measurement for GPRS

This section provides an example of how to make the transmit power (TXP) measurement via GPIB.

The following procedure assumes that a data connection has been established between the test set and the mobile station (connection status is Transferring). See Step 4: Make a connection .

  1. Set the multislot configuration to two downlinks, two uplinks (D2U2) using the CALL subsystem.
  2. Configure the TXP measurement parameters using the SETup subsystem.
  3. Use the RFANalyzer:MSLot:MEASurement:BURSt command to select burst 2 of the multislot configuration for the TXP measurement.
  4. Start the TXP measurement using the INITiate subsystem.
  5. Use the FETCh? command to obtain TXP measurement results.

Programming Example

 
10  OUTPUT 714;"CALL:PDTCH:MSLOT:CONFIG D2U2" ! Configures the multi-
20                                            ! slot configuration to be
30                                            ! 2 downlink, 2 uplink.
40  OUTPUT 714;"SETUP:TXPOWER:CONTINUOUS OFF" !Configures a TXP measurement to
50                                            !single trigger mode.
60  OUTPUT 714;"SETUP:TXPOWER:COUNT:NUMBER 100" !Configures a multi-measurement
70                                             !of 100.
80  OUTPUT 714;"SETUP:TXPOWER:TRIGGER:SOURCE AUTO" !Configure trigger source
90                                                 !to auto.
100 OUTPUT 714;"RFANALYZER:MSLOT:MEASUREMENT:BURST 2" ! Perform the TXP
110                                                   ! measurement on burst 2.
120 OUTPUT 714;"INITIATE:TXPOWER" !Start TXP measurement.
130 OUTPUT 714;"FETCH:TXPOWER:ALL?" !Fetch TXP results.
140 ENTER 714;Integrity, Avg_tx_power
150 END

Returned Values

The measurements returned by this program are:

  • Integrity returns the measurement Integrity Indicator (0 means a successful measurement with no errors).
  • Avg_tx_power returns the average transmit power in dBm for burst 2 of the multislot configuration.




 Back to Top

Terms of Use Privacy Statement