FETCh:CRTChannel:TXSPurious?

Last Updated: August 29, 2007

These commands return results for the TX Spurious Emission measurement. This measurement is in the Reverse Traffic Channel (RTCH) measurement suite.

FETCh:CRTChannel:TXSPurious[:PARTial]?

Queries the Reverse Traffic Channel measurement suite integrity, Overall Pass/Fail Result, Lower Adjacent Pass/Fail Result, Upper Adjacent Pass/Fail Result, Lower Alternate Pass/Fail Result, Upper Alternate Pass/Fail Result, Lower Adjacent Channel Spurious Emissions, Upper Adjacent Channel Spurious Emissions, Lower Alternate Channel Spurious Emissions, and Upper Alternate Channel Spurious Emissions.

Query Range:

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

Example:

' Query the RTCH measurement suite integrity, overall Pass/Fail result, Pass/Fail results for all offsets, then results for all offsets.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious?")

FETCh:CRTChannel:TXSPurious:ALL?

Queries the Reverse Traffic Channel measurement suite integrity, Overall Pass/Fail Result, Lower Adjacent Pass/Fail Result, Lower Adjacent Channel Spurious Emissions, Lower Adjacent Measurement Edge, Upper Adjacent Pass/Fail Result, Upper Adjacent Channel Spurious Emissions, Upper Adjacent Measurement Edge, Lower Alternate Pass/Fail Result, Lower Alternate Channel Spurious Emissions, Lower Alternate Measurement Edge, Upper Alternate Pass/Fail Result, Upper Alternate Channel Spurious Emissions, and Upper Alternate Measurement Edge.

Query Range:

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

Example:

' Query the RTCH measurement suite integrity, overall Pass/Fail result, In-Channel Power
' Pass/Fail, Spurious Emissions, and measurement edge for the Lower Adjacent, Upper Adjacent
'Lower Alternate, and Upper Alternate frequency offsets.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious:ALL?")

FETCh:CRTChannel:TXSPurious:LOWer:ADJacent?

Queries the In-Channel Power, Lower Adjacent Pass/Fail Result, Lower Adjacent Channel Spurious Emissions, and Lower Adjacent Measurement Edge.

Query Range:

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

Example:

' Query the RTCH measurement suite In Channel Power Measurement Result, then Lower Adjacent

'Pass/Fail result, Spurious Emission result, and Measurement Edge.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious:LOWer:ADJacent?")

FETCh:CRTChannel:TXSPurious:LOWer:ALTernate?

Queries the In-Channel Power, Lower Alternate Pass/Fail Result, Lower Alternate Channel Spurious Emissions, and Lower Alternate Measurement Edge.

Query Range:

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

Example:

' Query the RTCH measurement suite In Channel Power Measurement Result, then Lower Alternate

'Pass/Fail result, Spurious Emission result, and Measurement Edge.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious:LOWer:ALTernate?")

FETCh:CRTChannel:TXSPurious:UPPer:ADJacent?

Queries the In-Channel Power, Upper Adjacent Pass/Fail Result, Upper Adjacent Channel Spurious Emissions, and Upper Adjacent Measurement Edge.

Query Range:

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

Example:

' Query the RTCH measurement suite In Channel Power Measurement Result, then Upper Adjacent

'Pass/Fail result, Spurious Emission result, and Measurement Edge.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious:UPPer:ADJacent?")

FETCh:CRTChannel:TXSPurious:UPPer:ALTernate?

Queries the In-Channel Power, Upper Alternate Pass/Fail Result, Upper Alternate Channel Spurious Emissions, and Upper Alternate Measurement Edge.

Query Range:

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

Example:

' Query the RTCH measurement suite In Channel Power Measurement Result, then Upper Alternate

'Pass/Fail result, Spurious Emission result, and Measurement Edge.

TestSet.WriteString("FETCh:CRTChannel:TXSPurious:UPPer:ALTernate?")