FETCh:WTDPower

FETCh:WTDPower

Last updated: January 16, 2009

GPIB Command Conventions

FETCh:WTDPower[:ALL]?

Function

Queries the TX dynamic power measurement results.

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

The FETCh:WTDPower[:ALL] query always returns 101 power results, regardless of how many power measurements were performed by the test set when the measurement was executed. The number of power measurements performed by the test set is equal to the Number of Power Steps setting + 1, and can be queried using the FETCh:WTDPower:COUNt[:STEP]? command. If fewer than 100 power measurements were performed by the test set, the remaining power results are returned as 9.91 E+37.

Query

  • Power

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

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

 
OUTPUT 714;"FETCh:WTDPower?"
! Returns integrity, 100 power results.

FETCh:WTDPower:COUNt[:STEP]?

Function

Queries the number of Power measurements performed by the test set. The power measurement values can be queried using the FETCh:WTDPower[:ALL]? command.

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

Query

Range: 0 to 100

Resolution: 1

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

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

FETCh:WTDPower:INTegrity?

Function

Queries the Integrity Indicator . Zero indicates a normal measurement.

Query

Range: see Integrity Indicator

Resolution: 1

Requirements

Test Application Revision: A.07 and above

Lab Application Revision: C.02 and above

Programming Example

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