FETCh:WDPChannel:ACLRatio?

Last Updated: August 29, 2007

These commands return the Adjacent Channel Leakage Ratio (ACLR) results from the dedicated physical channel (DPCH) measurement suite.

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

FETCh:WDPChannel:ACLRatio[:PARTial]?

Queries the DPCH measurement suite integrity, ACLR overall pass/fail result, and the pass/fail results for each offset.

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, ACLR overall pass/fail result,

' and the pass/fail results for each offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio?")

FETCh:WDPChannel:ACLRatio:ALL?

Queries the DPCH measurement suite integrity, ACLR overall pass/fail result, in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for each offset.

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, ACLR overall pass/fail result,

' in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for each offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio:ALL?")

FETCh:WDPChannel:ACLRatio:MHZN5?

Queries the in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for the -5 MHz offset.

Query Range:

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

Example:

' Queries the in-channel power, and the pass/fail, average level, and mask margin results for the -5 MHz offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio:MHZN5?")

FETCh:WDPChannel:ACLRatio:MHZN10?

Queries the in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for the -10 MHz offset.

Query Range:

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

Example:

' Query the in-channel power, and the pass/fail, average level, and mask margin results for the -10 MHz offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio:MHZN10?")

FETCh:WDPChannel:ACLRatio:MHZP5?

Queries the in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for the 5 MHz offset.

Query Range:

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

Example:

' Query the in-channel power, and the pass/fail, average level, and mask margin results for the 5 MHz offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio:MHZP5?")

FETCh:WDPChannel:ACLRatio:MHZP10?

Queries the in-channel power (in dBm/3.84 MHz), and the pass/fail, average level, and mask margin results for the 10 MHz offset.

Query Range:

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

Example:

' Query the in-channel power, and the pass/fail, average level, and mask margin results for the 10 MHz offset.

TestSet.WriteString("FETCh:WDPChannel:ACLRatio:MHZP10?")