FETCh:CPOWer

FETCh:CPOWer

Last updated: July 25, 2008

GPIB Command Conventions

FETCh:CPOWer[:ALL]?

Function

Queries a channel power measurement result.

This query returns an integrity indicator followed by a channel power measurement result (if results are available). See Channel Power Measurement Results .

If the multi-measurement state is on, the result represents the average of a number of channel power measurements. Multi-measurement state, by default, is off. To set up multi-measurements, see SETup:CPOWer:COUNt[:SNUMber] .

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

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

  • Resolution: 0.01 dBm

Programming Example

 
OUTPUT 714;"FETCh:CPOWer?"
! Returns integrity, channel power measurement.

FETCh:CPOWer:ICOunt?

Function

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

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

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

Range: 0 to 999

Programming Example

 
OUTPUT 714;"FETCh:CPOWer:ICOunt?"
! Returns the intermediate count of channel power multi-measurements.

FETCh:CPOWer:INTegrity?

Function

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

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

See Channel Power Measurement Results

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Query

Range: 0 through 23

Programming Example

 
OUTPUT 714;"FETCH:CPOWER:INTegrity?" 
!Queries the integrity indicator for the channel power results.

FETCh:CPOWer:MAXimum?

Function

Queries the maximum result of multiple channel power measurements.

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

This query returns the same channel power result as FETCh:CPOWer:MINimum? and FETCh:CPOWer[:ALL]? if the multi-measurement state is off.

Requirements

Test Application Revision: A.01.34 and above
Lab Application Revision: A.01 and above

Query

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

  • Resolution: 0.01 dBm

Programming Example

 
OUTPUT 714;"FETCh:CPOWer:MAXimum?"
!Returns the maximum result of multiple channel power measurements.

FETCh:CPOWer:MINimum?

Function

Queries the minimum result of multiple channel power measurements.

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

This query returns the same channel power result as FETCh:CPOWer:MAXimum? and FETCh:CPOWer[:ALL]? if the multi-measurement state is off.

Requirements

Test Application Revision: A.01.34 and above
Lab Application Revision: A.01 and above

Query

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

  • Resolution: 0.01 dBm

Programming Example

 
OUTPUT 714;"FETCh:CPOWer:MINimum?"
!Returns the minimum result of multiple channel power measurements.