Last Updated: August 29, 2007
These commands allow you to set and query Peak Code Domain Error measurement settings associated with the Dedicated Physical Channel (DPCH) measurement suite.
For more information on the conventions used in the programming examples click here.
Sets/queries the limit of the Peak Code Domain Error measurement in the DPCH measurement suite. The measurement fails if the average result exceeds the limit set.
Setting Range: 0.00 to -100 dB
Query Range: 0.00 to -100 dB
Resolution: 0.01 dB
*RST Setting: -21 dB
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the PCDE limit to -10 dB.
TestSet.WriteString("SETup:TDPChannel:PCERror:LIMit -10")
Sets/queries the Peak Code Domain Error (PCDE) measurement's tolerance in the DPCH measurement suite.
Setting Range: 0.00 to 100 dB
Query Range: 0.00 to 100 dB
Resolution: 0.01 dB
*RST Setting: 1 dB
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the PCDE measurement's test tolerance to 5 dB in the measurement suite.
TestSet.WriteString("SETup:TDPChannel:PCERror:TTOLerance 5")