Average

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
FETCh:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
CALCulate:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Bursts_Out_Of_Tol: enums.ResultStatus2: No parameter help available

  • Average_Power: enums.ResultStatus2: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Bursts_Out_Of_Tol: float: No parameter help available

  • Average_Power: float: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
value: CalculateStruct = driver.hdrp.powerVsTime.average.calculate()

No command help available

return:

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

fetch() ResultData[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
value: ResultData = driver.hdrp.powerVsTime.average.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:HDRP:PVTime:AVERage
value: ResultData = driver.hdrp.powerVsTime.average.read()

No command help available

return:

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