FETCh:WACLeakage

FETCh:WACLeakage

Last updated: January 16, 2009

GPIB Command Conventions

FETCh:WACLeakage[:ALL]?

Function

Queries an adjacent channel leakage ratio (ACLR) measurement result.

This query returns an integrity indicator followed by -5 MHz offset power ratio maximum, +5 MHz offset power ratio maximum, -10 MHz offset power ratio maximum, +10 MHz offset power ratio maximum.

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dBm

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WACLEAKAGE:ALL?" !Returns integrity, ACLR measurements.

FETCh:WACLeakage:AVERage[:ALL]?

Function

Queries the average adjacent channel leakage ratio at the following offsets: -5 MHz, +5 MHz, -10 MHz, +10 MHz.

To set the number of measurement to average, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dB

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WACLEAKAGE:AVERAGE:ALL?" 
!Queries the average adjacent channel leakage ratio.

FETCh:WACLeakage:ICOunt?

Function

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

To set up multi-measurements, see SETup:WACLeakage:COUNt[:SNUMber] .

Query

Range: 0 to 999

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WACLEAKAGE:ICOUNT?" 
!Returns the intermediate count of adjacent channel leakage ratio multi-measurements.

FETCh:WACLeakage:ICPower:[AVERage]?

Function

Queries the average of several adjacent channel leakage measurement, in-channel power results. To set the number of measurements to average, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dB

Requirements

Test Application Revision: A.14 and above

Programming Example

 
OUTPUT 714;"FETCh:WACLeakage:ICPower?" 
!Queries the average power for the in-channel power results.

FETCh:WACLeakage:ICPower:ALL?

Function

Queries the statistical measurement results for several adjacent channel leakage measurement, in-channel power results.

To set the number of measurements to gather statistics for, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Results are returned in the following order: minimum, maximum, average, and standard deviation in-channel power.

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dB

Requirements

Test Application Revision: A.14 and above

Programming Example

 
OUTPUT 714;"FETCh:WACLeakage:ICPower:ALL?" 
!Queries the statistical measurement results for the ACLR measurement, in-channel power results.

FETCh:WACLeakage:ICPower:MAXimum?

Function

Queries the maximum in-channel power of several adjacent channel leakage measurements. To set the number of measurement to average, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dB

Requirements

Test Application Revision: A.14 and above

Programming Example

 
OUTPUT 714;"FETCh:WACLeakage:ICPower:MAXimum?" 
!Queries the maximum in-channel power of several ACLR measurements.

FETCh:WACLeakage:ICPower:MINimum?

Function

Queries the minimum in-channel power of several adjacent channel leakage measurements. To set the number of measurements to compare, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: -99 to 99 dBm, 9.91 E+37

  • Resolution: 0.01 dB

Requirements

Test Application Revision: A.14 and above

Programming Example

 
OUTPUT 714;"FFETCh:WACLeakage:ICPower:MINimum?" 
!Queries the minimum in-channel power of several ACLR measurements.

FETCh:WACLeakage:ICPower:SDEViation?

Function

Queries the standard deviation of in-channel power for several adjacent channel leakage measurements. To set the number of measurement to compare, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: 0 to 99 dB, 9.91 E+37

  • Resolution: 0.001 dB

Requirements

Test Application Revision: A.14 and above

Programming Example

 
OUTPUT 714;"FETCh:WACLeakage:ICPower:SDEViation?" 
!Queries the standard deviation of in-channel power for the ACLR measurements.

FETCh:WACLeakage:INTegrity?

Function

Queries the measurement integrity indicator for the last adjacent channel leakage measurement completed.

Zero indicates a normal measurement. See Integrity Indicator for information about non-zero integrity results.

Query

Range: 0 through 23

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WACLEAKAGE:INTegrity?" 
!Queries the integrity indicator for the adjacent channel leakage ratio results.

FETCh:WACLeakage:SDEViation[:ALL]?

Function

Queries the standard deviation of several adjacent channel leakage ratio measurements at the following offsets: -5 MHz, +5 MHz, -10 MHz, +10 MHz.

To set the number of measurement to compare, use the command SETup:WACLeakage:COUNt[:SNUMber] .

Query

  • Range: 0 to 99 dB, 9.91 E+37

  • Resolution: 0.001 dB

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WACLEAKAGE:SDEVIATION:ALL?" 
!Queries the standard deviation of power for the adjacent channel leakage ratio !measurements.