SETup:WDPChannel:OBWidth

Last Updated: August 29, 2007

These commands allow you to set and query the Occupied Bandwidth (OBW) 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:OBWidth:LIMit[?]

Sets/queries the limit of the Occupied Bandwidth measurement in the DPCH 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: 3 to 10 MHz

Query Range: 3 to 10 MHz

Resolution: 100 kHz

*RST Setting: 5 MHz

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

Example:

' Set the OBW limit to 5 MHz.

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

SETup:WDPChannel:OBWidth:NORMalize[?]

Sets/queries the Normalize parameter.

Setting Range: 0 |OFF |1 | ON

Query Range: 0 | 1

*RST Setting: 0 | OFF

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

Example:

' Set the Normalized parameter to On.

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

SETup:WDPChannel: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.03 and above

Example:

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

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

SETup:WDPChannel:OBWidth:TTOLerance[?]

Sets/queries the Occupied Bandwidth measurement's test tolerance in the DPCH measurement suite.

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

Setting Range: 0 to 10 MHz

Query Range: 0 to 10 MHz

Resolution: 100 kHz

*RST Setting: 0 Hz

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

Example:

' Set the OBW measurement's test tolerance to 1 MHZ in the measurement suite.

TestSet.WriteString("SETup:WDPChannel:OBWidth:TTOLerance 1MHZ)"