Last Updated: August 29, 2007
These commands return the Peak Code Domain 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 integrity indicator, the PCDE pass fail result, and PCDE maximum error.
Query Range:
DPCH Integrity: See Measurement Integrity Indicator.
Pass/Fail Result: 0 (pass), 1 (fail)
Maximum error: <nr3> in dB and 9.91E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.05 and above
' Query the test set's DPCH integrity indicator, the PCDE pass fail result, and PCDE maximum error.
TestSet.WriteString("FETCh:TDPChannel:PCERror?")
Queries the Dedicated Physical Channel measurement integrity indicator, the PCDE pass fail result, PCDE maximum error, channelization code, and spreading factor.
Query Range:
DPCH Integrity: See Measurement Integrity Indicator.
Pass/Fail Result: 0 (pass), 1 (fail)
Maximum error: <nr3> in dB and 9.91E+37 (NAN)
Channelization Code: <nr1> 0 to 255 or -1 if no result is available
Spreading Factor:<nr1> 1 to 16 or -1 if no result is available
Test Set Requirements: E6601A WCTS Program Version A.05 and above
' Query the test set's DPCH integrity indicator, the PCDE pass fail result, PCDE maximum error, channelization code and spreading factor.
TestSet.WriteString("FETCh:TDPChannel:PCERror:ALL?")