FETCh:RFCHannel:CPOWer?

Last Updated: August 29, 2007

These commands return results for the Channel Power measurement in the RF Channel (RFCH) measurement suite.

For more information on the conventions used in the programming examples click here.

FETCh:RFCHannel:CPOWer[:PARTial]?

Queries the integrity indicator, average channel power, and peak channel power.

If the multi-measurement state is on, the results represent the average of a number of channel power measurements. Multi-measurement state, by default, is off. To set up multi-measurements, see SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity, average, and peak channel power.

TestSet.WriteString("FETCh:RFCHannel:CPOWer?")

FETCh:RFCHannel:CPOWer:ALL?

Queries the integrity indicator, minimum, maximum, average, and standard deviation of average and peak channel power multi-measurement results. To set the number of measurements used to gather statistics, use the command SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity, minimum, maximum, average, and standard deviation of
' average and peak channel power multi-measurement results.

TestSet.WriteString("FETCh:RFCHannel:CPOWer:ALL?")

FETCh:RFCHannel:CPOWer:AVERage[:PARTial]?

Queries the integrity indicator and average channel power.

If the multi-measurement state is on, the results represent the average of a number of average channel power measurements. Multi-measurement state, by default, is off. To set up multi-measurements, see SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity indicator and average channel power.

TestSet.WriteString("FETCh:RFCHannel:CPOWer:AVERage?")

FETCh:RFCHannel:CPOWer:AVERage:ALL?

Queries the integrity indicator, minimum, maximum, average, and standard deviation of average channel power multi-measurement results. To set the number of measurements used to gather statistics, use the command SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity, and the minimum, maximum, average, and standard deviation
' of average channel power multi-measurement results.

TestSet.WriteString("FETCh:RFCHannel:CPOWer:AVERage:ALL?")

FETCh:RFCHannel:CPOWer:PEAK[:PARTial]?

Queries the integrity indicator and peak channel power.

If the multi-measurement state is on, the results represent the average of a number of peak channel power measurements. Multi-measurement state, by default, is off. To set up multi-measurements, see SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity and the peak channel power.

TestSet.WriteString("FETCh:RFCHannel:CPOWer:PEAK?")

FETCh:RFCHannel:CPOWer:PEAK:ALL?

Queries the integrity indicator, minimum, maximum, average, and standard deviation of peak channel power multi-measurement results. To set the number of measurements used to gather statistics, use the command SETup:RFCHannel:COUNt:NUMBer[?].  

Query Range:

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the integrity, minimum, maximum, average, and standard deviation
' of peak channel power multi-measurement results.

TestSet.WriteString("FETCh:RFCHannel:CPOWer:PEAK:ALL?")