FETCh:TDPChannel:MPOWer?

Last Updated: August 29, 2007

These commands return the mean power results from the dedicated physical channel (DPCH) measurement suite.

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

FETCh:TDPChannel:MPOWer[:BURSt[1]][:PARTial]?

Queries the DPCH measurement suite integrity, the pass/fail mean power result, and the average mean power.

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, the pass/fail mean power result, and the average mean power.  

TestSet.WriteString("FETCh:TDPChannel:MPOWer?")

FETCh:TDPChannel:MPOWer[:BURSt[1]]:ALL?

Queries the DPCH measurement suite integrity, mean power's overall pass fail result, minimum mean power, maximum mean power, average mean power, and the standard deviation.

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, mean power's overall pass fail result,

' minimum mean power, maximum mean power, average mean power, and the standard deviation.

TestSet.WriteString("FETCh:TDPChannel:MPOWer:ALL?")