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.multiEval.trace.frange.average.fetch()

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

Use RsCmwBluetoothMeas.reliability.last_value to read the updated reliability indicator.

return:

frequency_range: float RX signal level measured at the frequencies between 501 pixels (502 values) Range: -100 dBm to 42 dBm , Unit: dBm

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

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

Use RsCmwBluetoothMeas.reliability.last_value to read the updated reliability indicator.

return:

frequency_range: float RX signal level measured at the frequencies between 501 pixels (502 values) Range: -100 dBm to 42 dBm , Unit: dBm