FETCh:PMODulation:TXPower?

Last Updated: August 29, 2007

These commands return results for the Power versus Time measurement in the Power and Modulation Quality (PMOD) measurement suite.

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

FETCh:PMODulation:TXPower[:BURSt([1]|2)][:PARTial]?

Queries the integrity indicator and the average transmit power for the specified burst in the multislot configuration.

Query Range:

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

Example:

' Query the integrity indicator and average transmit power for burst 2.

TestSet.WriteString("FETCh:PMODulation:TXPower:BURSt2?")

FETCh:PMODulation:TXPower[:BURSt([1]|2)]:ALL?

Queries the integrity indicator, minimum, maximum, average, and standard deviation of transmit power multi-measurement results for the specified burst in the multislot configuration.

Query Range:

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

Example:

' Query the integrity indicator, minimum, maximum, average, and standard deviation of

' transmit power multi-measurement results for burst 1.

TestSet.WriteString("FETCh:PMODulation:TXPower:BURSt1:ALL?")

FETCh:PMODulation:TXPower:MBURsts[:PARTial]?

Queries the following transmit power measurement results for all bursts in the multislot configuration: integrity indicator, burst 1 average transmit power, and burst 2 average transmit power.

Query Range:

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

Example:

' Query the integrity indicator and average transmit power for all bursts in the multislot configuration.

TestSet.WriteString("FETCh:PMODulation:TXPower:MBURsts?")

FETCh:PMODulation:TXPower:MBURsts:ALL?

Queries the integrity indicator, and all of the transmit power measurement results for all bursts in the multislot configuration: burst 1 minimum, burst 1 maximum, burst 1 average, burst 1 standard deviation,  burst 2 minimum, burst 2 maximum, burst 2 average, and burst 2 standard deviation of transmit power multi-measurement results.

Query Range:

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

Example:

' Query all of the transmit power measurement results for all bursts in the multislot configuration.

TestSet.WriteString("FETCh:PMODulation:TXPower:MBURsts:ALL?")