FETCh:WTPower

FETCh:WTPower

Last updated: January 16, 2009

GPIB Command Conventions

FETCh:WTPower[:ALL]?

Function

Queries a thermal power measurement result.

This query returns an integrity indicator followed by a thermal power measurement result (if results are available).

If the multi-measurement state is on, the result represents the average of a number of thermal power measurements. Multi-measurement state, by default, is off. To set up multi-measurements, see SETup:WTPower: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:WTPOWER:ALL?" !Returns integrity, thermal power.

FETCh:WTPower:ICOunt?

Function

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

The multi-measurement state, by default, is off. To set up multi-measurements, see SETup:WTPower:COUNt[:SNUMber]

Query

Range: 0 to 999

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WTPOWER:ICOUNT?" 

FETCh:WTPower:INTegrity?

Function

Queries the measurement integrity indicator for the last thermal power measurement completed.

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

Query

Range: 1 through 16

Requirements

Test or Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"FETCH:WTPOWER:INTegrity?" 
!Queries the inegrity indicator for the thermal power results.

FETCh:WTPower:POWer[:AVERage]?

Function

Queries the average of the results of several thermal power measurements. To set the number of measurement to average, use the command SETup:WTPower: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:WTPOWER:POWER:AVERAGE?" 
!Queries the thermal power for the thermal power results.

FETCh:WTPower:POWer:ALL?

Function

Queries the statistical measurement results for several thermal power measurements.

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

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

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:WTPOWER:POWER:ALL?" 
!Queries the statistical measurement results for thermal power measurement.

FETCh:WTPower:POWer:MAXimum?

Function

Queries the maximum power of several thermal power measurements. To set the number of measurement to average, use the command SETup:WTPower: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:WTPOWER:POWER:MAXIMUM?" 
!Queries the inegrity indicator for the thermal power results.

FETCh:WTPower:POWer:MINimum?

Function

Queries the minimum power of several thermal power measurements. To set the number of measurement to compare, use the command SETup:WTPower: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:WTPOWER:POWER:MINIMUM?" 
!Queries the minimum thermal power.

FETCh:WTPower:POWer:SDEViation?

Function

Queries the standard deviation of several thermal power measurements. To set the number of measurement to compare, use the command SETup:WTPower: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:WTPOWER:POWER:SDEVIATION?" 
!Queries the standard deviation of power for the thermal power measurements.