Average

SCPI Commands

FETCh:EVDO:MEASurement<Instance>:MEValuation:LIST:DWCP:WTFI:AVERage
CALCulate:EVDO:MEASurement<Instance>:MEValuation:LIST:DWCP:WTFI:AVERage
class Average[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliabiltiy: int: No parameter help available

  • W_24_I: List[enums.ResultStatus2]: No parameter help available

class FetchStruct[source]

Response structure. Fields:

  • Reliabiltiy: int: No parameter help available

  • W_24_I: List[float]: No parameter help available

calculate()CalculateStruct[source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:LIST:DWCP:WTFI:AVERage
value: CalculateStruct = driver.multiEval.listPy.dwcp.wtfi.average.calculate()

Returns the scalar channel power for the data channel results for all active list mode segments. WOT represents W12 (Walsh code one-two) and WTF represents W24 (Walsh code two-four) . The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

fetch()FetchStruct[source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:LIST:DWCP:WTFI:AVERage
value: FetchStruct = driver.multiEval.listPy.dwcp.wtfi.average.fetch()

Returns the scalar channel power for the data channel results for all active list mode segments. WOT represents W12 (Walsh code one-two) and WTF represents W24 (Walsh code two-four) . The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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