Average

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:FRANge:AVERage
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:FRANge:AVERage
class AverageCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:FRANge:AVERage
value: List[float] = driver.bluetooth.measurement.multiEval.trace.frange.average.fetch()

Returns the average values of the Frequency Range trace. The values are available for BR packets.

Suppressed linked return values: reliability

return:

frequency_range: RX signal level measured at the frequencies between 501 pixels (502 values)

read() List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:FRANge:AVERage
value: List[float] = driver.bluetooth.measurement.multiEval.trace.frange.average.read()

Returns the average values of the Frequency Range trace. The values are available for BR packets.

Suppressed linked return values: reliability

return:

frequency_range: RX signal level measured at the frequencies between 501 pixels (502 values)