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.bluetooth.measurement.multiEval.trace.pdeviation.maximum.calculate()
Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as the 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.
Suppressed linked return values: reliability
- 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.bluetooth.measurement.multiEval.trace.pdeviation.maximum.fetch()
Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as the 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.
Suppressed linked return values: reliability
- return:
power_vs_slot: No help available
- read() List[float][source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:PDEViation:MAXimum value: List[float] = driver.bluetooth.measurement.multiEval.trace.pdeviation.maximum.read()
Returns the results of power deviation per slot for LE CTE traces. Deviation value is calculated as the 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.
Suppressed linked return values: reliability
- return:
power_vs_slot: No help available