SETup:TDPChannel:FERRor

Last Updated: August 29, 2007

These commands allow you to set and query frequency error settings associated with the dedicated physical channel (DPCH) measurement suite.

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

SETup:TDPChannel:FERRor:LIMit[?]

Sets/queries the limit of the Frequency Error measurement in the DPCH measurement suite. The measurement only fails if the average result exceeds the limit set.

Setting Range: 0.00 to 10.00 ppm

Query Range: 0.00 to 10.00 ppm

Resolution: 0.01 ppm

*RST Setting: 0.10 ppm

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

Example:

' Set the Frequency Error limit to 0.01 ppm.

TestSet.WriteString("SETup:TDPChannel:FERRor:LIMit .01")

SETup:TDPChannel:FERRor:TTOLerance[?]

Sets/queries the Frequency Error measurement's tolerance in the DPCH measurement suite.  

Setting Range: 0.00 to 100.00 Hz

Query Range: 0.00 to 100.00 Hz

Resolution: 0.01 Hz

*RST Setting: 10.00 Hz

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

Example:

' Sets the Frequency Error measurement's test tolerance to 10 Hz in the measurement suite.

TestSet.WriteString("SETup:TDPChannel:FERRor:TTOLerance 10")