FETCh:RFCHannel:EVMQpsk?

Last Updated: August 29, 2007

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

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

FETCh:RFCHannel:EVMQpsk[:PARTial]?

Queries the integrity indicator, EVM RMS, EVM peak, frequency error, origin offset, phase error and magnitude error.

If the multi-measurement state is on, the results represent the average of a number of EVM QPSK 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.05 and above

Example:

' Query the integrity indicator, EVM RMS, EVM peak, frequency error, origin offset, phase error and magnitude error.

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

FETCh:RFCHannel:EVMQpsk:ALL?

Queries the integrity indicator, minimum, maximum, average and standard deviation of the EVM RMS, EVM peak, frequency error, origin offset, phase error and the magnitude error. 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.05 and above

Example:

' Query all the QPSK EVM measurement results.

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