Minimum

SCPI Commands :

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

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

calculate() List[float][source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MINimum
value: List[float or bool] = driver.multiEval.trace.pdeviation.minimum.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:MINimum
value: List[float] = driver.multiEval.trace.pdeviation.minimum.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:MINimum
value: List[float] = driver.multiEval.trace.pdeviation.minimum.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