Average

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:OBW<Obw>:AVERage
FETCh:EVDO:MEASurement<Instance>:MEValuation:OBW<Obw>:AVERage
CALCulate:EVDO:MEASurement<Instance>:MEValuation:OBW<Obw>:AVERage
class Average[source]

Average commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Obw: float: float Occupied bandwidth Range: 0 MHz to 16 MHz , Unit: Hz

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count [CMDLINK: CONFigure:EVDO:MEASi:MEValuation:SCOunt:SPECtrum CMDLINK] exceeding the specified limit, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %

  • Code_Ch_Filter: float: float Code channel filter match ratio, i.e. percentage of measurement intervals matching the specified code channel filter, see ‘Common Elements of Views’. Range: 0 % to 100 %, Unit: %

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Obw: float: float Occupied bandwidth Range: 0 MHz to 16 MHz , Unit: Hz

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count [CMDLINK: CONFigure:EVDO:MEASi:MEValuation:SCOunt:SPECtrum CMDLINK] exceeding the specified limit, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %

  • Code_Ch_Filter: float: float Code channel filter match ratio, i.e. percentage of measurement intervals matching the specified code channel filter, see ‘Common Elements of Views’. Range: 0 % to 100 %, Unit: %

calculate(obw=<Obw.Default: -1>)CalculateStruct[source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:OBW<Number>:AVERage
value: CalculateStruct = driver.multiEval.obw.average.calculate(obw = repcap.Obw.Default)

Return the current, average and maximum occupied bandwidth value result and the ‘out of tolerance’ result, the percentage of measurement intervals of the statistic counts exceeding the specified limits. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

param obw

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Obw’)

return

structure: for return value, see the help for CalculateStruct structure arguments.

fetch(obw=<Obw.Default: -1>)ResultData[source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:OBW<Number>:AVERage
value: ResultData = driver.multiEval.obw.average.fetch(obw = repcap.Obw.Default)

Return the current, average and maximum occupied bandwidth value result and the ‘out of tolerance’ result, the percentage of measurement intervals of the statistic counts exceeding the specified limits. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

param obw

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Obw’)

return

structure: for return value, see the help for ResultData structure arguments.

read(obw=<Obw.Default: -1>)ResultData[source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:OBW<Number>:AVERage
value: ResultData = driver.multiEval.obw.average.read(obw = repcap.Obw.Default)

Return the current, average and maximum occupied bandwidth value result and the ‘out of tolerance’ result, the percentage of measurement intervals of the statistic counts exceeding the specified limits. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

param obw

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Obw’)

return

structure: for return value, see the help for ResultData structure arguments.