SETup:CRTChannel:OBWidth

Last Updated: August 29, 2007

These commands set parameters for the Occupied Bandwidth measurement in the Reverse Traffic Channel (RTCH) measurement suite.

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

SETup:CRTChannel:OBWidth:LIMit[?]

Sets/queries the limit of the Occupied Bandwidth measurement in the RTCH measurement suite. The measurement only fails if the average result exceeds the limit set.

The units (GHZ|MHZ|KHZ|HZ) are optional, if no units are specified than units default to Hz.

Setting Range: 1.5 to 5 MHz

Query Range: 1.5 to 5 MHz

Resolution: 100 kHz

*RST Setting: 1.5 MHz

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

Example:

' Set the OBW limit to 5 MHz.

TestSet.WriteString("SETup:CRTChannel:OBWidth:LIMit 5MHZ")

SETup:CRTChannel:OBWidth:NORMalize[?]

Sets/queries the Normalize to Expected Frequency parameter.

Setting Range: 0 |OFF |1 | ON

Query Range: 0 | 1

*RST Setting: 0 | OFF

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

Example:

' Set the Normalized parameter to On.

TestSet.WriteString("SETup:CRTChannel:OBWidth:NORMalize ON")

SETup:CRTChannel:OBWidth:PERcent:TOTal:POWer[?]

Sets/queries the Percent of Total Integrated Power.

Setting Range: 70.00 to 99.00 %

Query Range: 70.00 to 99.00 %

*RST Setting: 99.00 %

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

Example:

' Set the OBW percent of total integrated power to 99%.

TestSet.WriteString("SETup:CRTChannel:OBWidth:PERcent:TOTal:POWer 99")