Last Updated: August 29, 2007
These commands return results for the Occupied Bandwidth (OBW) measurement in the Dedicated Physical Channel (DPCH) measurement suite.
Queries the Dedicated Physical 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:
Dedicated Physical Channel measurement suite integrity: See Measurement Integrity Indicator.
Occupied Bandwidth Pass/Fail Result: 0 (pass), 1 (fail)
Occupied Bandwidth: <nr3> in Hz and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.03 and above
Example:
' Query the DPCH measurement suite integrity, OBW Pass/Fail result, and the OBW result.
TestSet.WriteString("FETCh:WDPChannel:OBWidth?")
Queries the Dedicated Physical 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:
Dedicated Physical Channel measurement suite integrity: See Measurement Integrity Indicator.
Occupied Bandwidth Pass/Fail Result: 0 (pass), 1 (fail)
Minimum: <nr3> in Hz and 9.91 E+37 (NAN)
Maximum: <nr3> in Hz and 9.91 E+37 (NAN)
Std Dev: <nr3> in Hz and 9.91 E+37 (NAN)
Occupied Bandwidth: <nr3> in Hz and 9.91 E+37 (NAN)
Lower Band Frequency: <nr3> in Hz and 9.91 E+37 (NAN)
Upper Band Frequency: <nr3> in Hz and 9.91 E+37 (NAN)
Center Frequency: <nr3> in Hz and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.03 and above
Example:
' Query all the DPCH measurement suite integrity and all the OBW results.
TestSet.WriteString("FETCh:WDPChannel:OBWidth:ALL?")