Last Updated: August 29, 2007
These commands allow you to set and query the Adjacent Channel Leakage Ratio (ACLR) 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 limits for the ACLR measurement. The first value defines the ±1.6 MHz Offset from the carrier, and the second value defines the ±3.2 MHz Offset from the carrier.
Setting Range: -80 to 10 dB
Query Range: -80 to 10 dB
Resolution: 0.01 dB
*RST Setting:
±1.6 MHz Offset: -33 dB
±3.2 MHz Offset: -43 dB
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the limits for the ACLR measurement to -33 dB and -43 dB.
TestSet.WriteString("SETup:TDPChannel:ACLRatio:LIMit -33DB, -43DB")
Sets/queries the test tolerance level for the ACLR measurement.
Setting Range: 0 to 100 dB
Query Range: 0 to 100 dB
Resolution: 0.01 dB
*RST Setting: 0.8 dB
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the test tolerance level for the ACLR measurement to 1 dB.
TestSet.WriteString("SETup:TDPChannel:ACLRatio:TTOLerance 1DB")