FETCh:TDPChannel:FERRor?

Last Updated: August 29, 2007

These commands return the frequency error results from the dedicated physical channel (DPCH) measurement suite.

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

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

Queries the Dedicated Physical Channel measurement suite integrity indicator, average frequency error in Hz, and average frequency error in ppm.

Query Range:

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

Example:

' Query the integrity indicator, pass/fail result, average frequency error in Hz, and average frequency error in ppm.

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

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

Queries the Dedicated Physical Channel measurement suite integrity indicator, frequency error's overall pass fail result, worst error, minimum error, maximum error, average frequency error in Hz, average frequency error in ppm, and the frequency error standard deviation.

Query Range:

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

Example:

' Query the integrity indicator, pass/fail result, worst case frequency error in Hz, minimum frequency error in Hz, maximum frequency error in Hz, average frequency error in Hz, and average frequency error in ppm.

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