FETCh:CRTChannel:OBWidth?

Last Updated: August 29, 2007

These commands return results for the Occupied Bandwidth (OBW) measurement in the Reverse Traffic Channel (RTCH) measurement suite.

FETCh:CRTChannel:OBWidth[:PARTial]?

Queries the Reverse Traffic Channel measurement suite integrity, Occupied Bandwidth Pass/Fail Result, and Occupied Bandwidth (the average Occupied bandwidth result is returned when the Multi-Measurement Count parameter is enabled).

Query Range:

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

Example:

' Query the RTCH measurement suite integrity, OBW Pass/Fail result, and the OBW result.

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

FETCh:CRTChannel:OBWidth:ALL?

Queries the Reverse Traffic Channel measurement suite integrity, Occupied Bandwidth Pass/Fail Result, Minimum, Maximum, Std Dev (Standard Deviation), Occupied Bandwidth, Lower Band Frequency, Upper Band Frequency, and Center Frequency.

When the Multi-Measurement Count is Off, the Minimum and Maximum values are the same as the absolute Occupied Bandwidth result and the Standard Deviation is zero as these results are not averaged. When the Multi-Measurement Count is enabled, only average results are returned.

Query Range:

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

Example:

' Query all the RTCH measurement suite integrity and all the OBW results.

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