SETup:WDPChannel:ACLRatio

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.

SETup:WDPChannel:ACLRatio:LIMit[?]

Sets/queries the limits for the ACLR measurement. The first value defines the ±5 MHz Offset from the carrier, and the second value defines the ±10 MHz Offset from the carrier.

Setting Range: -80 to 10 dB

Query Range: -80 to 10 dB

Resolution: 0.01 dB

*RST Setting:  

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

Example:

' Set the limits for the ACLR measurement to -36 dB and -40 dB.

TestSet.WriteString("SETup:WDPChannel:ACLRatio:LIMit -36DB, -40DB")

SETup:WDPChannel:ACLRatio:TTOLerance[?]

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.02 and above

Example:

' Set the test tolerance level for the ACLR measurement to 3 dB.

TestSet.WriteString("SETup:WDPChannel:ACLRatio:TTOLerance 3DB")