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.
Queries the Dedicated Physical Channel measurement suite integrity indicator, average frequency error in Hz, and average frequency error in ppm.
Query Range:
Dedicated Physical Channel measurement suite integrity: See Measurement Integrity Indicator.
Average Frequency Error (Hz): <nr3> in Hz and 9.91 E+37 (NAN)
Average Frequency Error (ppm): <nr3> in ppm and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.03 and above
' Query the integrity indicator, average frequency error in Hz, and average frequency error in ppm.
TestSet.WriteString("FETCh:WDPChannel:FERRor?")
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:
Dedicated Physical Channel measurement suite integrity: See Measurement Integrity Indicator.
Pass/Fail Result: 0 (pass), 1 (fail)
Worst Case: <nr3> in Hz and 9.91 E+37 (NAN)
Minimum: <nr3> in Hz and 9.91 E+37 (NAN)
Maximum: <nr3> in Hz and 9.91 E+37 (NAN)
Standard deviation: <nr3> in Hz and 9.91 E+37 (NAN)
Average Frequency Error (Hz): <nr3> in Hz and 9.91 E+37 (NAN)
Average Frequency Error (ppm): <nr3> in ppm and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.03 and above
' Query the integrity indicator, average frequency error in Hz, and average frequency error in ppm.
TestSet.WriteString("FETCh:WDPChannel:FERRor:ALL?")