Maximum

SCPI Commands :

FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
class MaximumCls[source]

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

calculate() List[float][source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
value: List[float or bool] = driver.multiEval.trace.pdeviation.maximum.calculate()

Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as peak to average power ratio. The results of the minimum and maximum traces can be retrieved. 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.

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

return:

power_vs_slot: (float or boolean items) No help available

fetch() List[float][source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
value: List[float] = driver.multiEval.trace.pdeviation.maximum.fetch()

Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as peak to average power ratio. The results of the minimum and maximum traces can be retrieved. 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.

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

return:

power_vs_slot: No help available

read() List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum
value: List[float] = driver.multiEval.trace.pdeviation.maximum.read()

Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as peak to average power ratio. The results of the minimum and maximum traces can be retrieved. 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.

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

return:

power_vs_slot: No help available