FETCh:CTDPower

FETCh:CTDPower

Last updated: July 25, 2008

GPIB Command Conventions

FETCh:CTDPower[:ALL]?

Function

Queries the TX dynamic power measurement result.

This query returns 101 comma-separated values, in the order of an integrity value followed by 100 power results.

The number of power measurements performed by the test set is equal to the setting of SETup:CTDPower:STEP:COUNt plus one, and can be queried using the FETCh:CTDPower:COUNt[:STEP]? command. If fewer than 100 power measurements were performed by the test set, the remaining power results will be returned as 9.91 E+37.

Query

  • Power result for each measurement step

    • Range: -100.00 to 100.00 dBm, 9.91 E+37
    • Resolution: 0.01 dB

Requirements

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

Programming Example

 
OUTPUT 714;"FETCh:CTDPower?"
!Returns integrity, 100 power values.

FETCh:CTDPower:COUNt[:STEP]?

Function

Queries the number of power measurements performed by the test set.

The number of power measurements performed by the test set is equal to the Number of Power Steps setting plus one.

Query

Range: 1 to 100

Requirements

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

Programming Example

 
OUTPUT 714;"FETCh:CTDPower:COUNt?"
!Returns the number of power measurements performed by the test set.

FETCh:CTDPower:INTegrity?

Function

Queries the measurement integrity indicator for the TX dynamic power measurement.

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

Query

Range: see Integrity Indicator

Requirements

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

Programming Example

 
OUTPUT 714;"FETCh:CTDPower:INTegrity?" 
!Queries the integrity indicator for the TX dynamic power results.