FETCh:DPOWer

FETCh:DPOWer

Last updated: December 3, 2008

GPIB Command Conventions

FETCh:DPOWer[:ALL][:RANGe1]?
FETCh:DPOWer[:ALL]:RANGe2|3|4|5|6|7|8|9|10?

Function

GSM TA

Queries the Dynamic Power measurement results. Query returns N integrity indicators and N average TX power levels (where N is the number of bursts measured). To set the number of bursts you want to measure, use SETup:DPOWer:COUNt:NUMBer[:SELected] .

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

GPRS TA

EGPRS TA

GSM/GPRS LA

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 dBm
Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

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

FETCh:DPOWer:ICOunt?

Function

GSM TA

Queries the intermediate count of measurements completed in a multi-measurement.

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Query

Range: 0 to 999

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCH:DPOWER:ICOUNT?" 

FETCh:DPOWer:INTegrity[:RANGe1]?
FETCh:DPOWer:INTegrity:RANGe2|3|4|5|6|7|8|9|10?

Function

GSM TA

Returns N integrity indicators (where N is the number of bursts measured). To set the number of bursts you want to measure, use SETup:DPOWer:COUNt:NUMBer[:SELected] .

Each of the ranges can query up to 100 bursts. Therefore if you have set up to measure 160 bursts you must use range 1 and range 2 to obtain all the integrity indicators.

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Query

Range: See Integrity Indicator .

Resolution: 1

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

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

FETCh:DPOWer:NUMBer[:RANGe1]?
FETCh:DPOWer:POWer:NUMBer:RANGe2|3|4|5|6|7|8|9|10?

Function

GSM TA

Queries the number of measurements made in the specified range.

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.

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Query

Range: 1 to 100 (per range)

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

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

FETCh:DPOWer:POWer[:RANGe1]?
FETCh:DPOWer:POWer:RANGe2|3|4|5|6|7|8|9|10?

Function

GSM TA

Queries the average TX power levels for the Dynamic Power measurement. Returns N average power levels (where N is the number of bursts measured. To set the number of bursts you want to measure, see SETup:DPOWer:COUNt:NUMBer[:SELected] .

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.

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Query

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

Resolution: 0.01 dB

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

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

FETCh:DPOWer:RANGe:OFFSet?

Function

GSM TA

Queries the average offset range for the Dynamic Power measurement.

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Query

Range: -4 dB to +4 dB

Resolution: 0.01 dB

Requirements GSM/GPRS/
EGPRS TA

Revision: A.05 and above

GSM/GPRS/ EGPRS LA

Revision: D.02 and above

Programming Example

 
OUTPUT 714;"FETCh:DPOWer:RANGe:OFFSet?" 
! Queries offset value.