FETCh:EDPower

FETCh:EDPower

Last updated: December 3, 2008

GPIB Command Conventions

FETCh:EDPower[:ALL]:<[RANGe1]|2|3|4|5|6|7|8|9|10>?

Function

GSM TA

Queries the EDGE Dynamic Power measurement results. Query returns N integrity indicators and N average TX power levels (where N is the number measurement results present in the specified range).

Each of the ranges can return measurement results, that is, integrity and power measurements, for up to 100 burst. Therefore if you have set up to measure 250 bursts you must query range 1, range 2 and range 3 to obtain all your results.

If a range contains no measurement results, a single integrity value of `1' and a single power value of NAN are returned.

GPRS TA

GSM/GPRS LA

EGPRS TA

EGPRS LA

Query

Integrity indicators for each individual burst

Average TX power levels for each individual burst

  • Range: -100 to +100 dBm and 9.91 E+37 (NAN)
  • Resolution: 0.01 dB
Requirements GSM/GPRS/
EGPRS TA

Revision: A.04 and above

Revision A.05 makes the EDP Measurement available in all TAs.

GSM/GPRS/ EGPRS LA

Revision: D.01 and above

Revision D.02 makes the EDP Measurement available in all LAs.

Programming Example

 
OUTPUT 714;"FETCh:EDPower?" 
! Queries the Dynamic Power measurement results for the first 100 bursts.

FETCh:EDPower:INTegrity:<[RANGe1]|2|3|4|5|6|7|8|9|10>?

Function

GSM TA

Returns N integrity indicators (where N is the number of measurement results present in the specified range).

Each of the ranges can query up to 100 bursts. For example, if you want to obtain the measurements for 160 bursts you must query range 1 and range 2 to obtain all the integrity indicators. Range 1 will contain the maximum of 100 measurement results and Range 2 contains the remaining 60 measurement results.

If a range contains no measurement results, a single value of `1' is returned.

GPRS TA

GSM/GPRS LA

EGPRS TA

EGPRS LA

Query

Range: See Integrity Indicator .

Resolution: 1

Requirements GSM/GPRS/
EGPRS TA

Revision: A.04 and above

Revision A.05 makes the EDP Measurement available in all TAs.

GSM/GPRS/ EGPRS LA

Revision: D.01 and above

Revision D.02 makes the EDP Measurement available in all LAs.

Programming Example

 
OUTPUT 714;"FETCh:EDPower:INTegrity:RANGe3?" 
! Queries the integrity results for bursts 201 through 300.

FETCh:EDPower:NUMBer:<[RANGe1]|2|3|4|5|6|7|8|9|10>?

Function

GSM TA

Queries the number of measurements results available specified range.

Each of the ranges contains results for up to 100 bursts. For example, if you want to measure 350 bursts, you must use range 1, range 2, range 3 and range 4 to obtain all your TX power level results. Ranges 1, 2, and 3 contains the maximum of 100 measurement results and Range 4 contains the remaining 50 measurements results.

GPRS TA

GSM/GPRS LA

EGPRS TA

EGPRS LA

Query

Range: 0 to 100 (per range)

Resolution: 1

Requirements GSM/GPRS/
EGPRS TA

Revision: A.04 and above

Revision A.05 makes the EDP Measurement available in all TAs.

GSM/GPRS/ EGPRS LA

Revision: D.01 and above

Revision D.02 makes the EDP Measurement available in all LAs.

Programming Example

 
OUTPUT 714;"FETCh:EDPower:NUMBer:RANGe2?" 
! Queries the number of measurements made in range 2.

FETCh:EDPower:POWer:<[RANGe1]|2|3|4|5|6|7|8|9|10>?

Function

GSM TA

Queries the average TX power levels for the EDGE Dynamic Power measurement. Returns N average power levels (where N is the number of measurement results present in the specified range). To set the number of bursts you want to measure, see SETup:EDPower:COUNt:NUMBer .

Each of the ranges can query up to 100 bursts. Therefore if you have set up to measure 400 bursts you must use range 1, range 2, range 3 and range 4 to obtain all your TX power level results.

If a range contains no measurement results, a single NAN value is returned.

GPRS TA

GSM/GPRS LA

EGPRS TA

EGPRS LA

Query

Range: -100 to +100 dBm and 9.91 E+37 (NAN)

Resolution: 0.01 dB

Requirements GSM/GPRS/
EGPRS TA

Revision: A.04 and above

Revision A.05 makes the EDP Measurement available in all TAs.

GSM/GPRS/ EGPRS LA

Revision: D.01 and above

Revision D.02 makes the EDP Measurement available in all LAs.

Programming Example

 
OUTPUT 714;"FETCh:EDPower:POWer:RANGe2?" 
! Queries the average TX power for bursts 101 through 200.