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.bluetooth.measurement.multiEval.trace.pdeviation.minimum.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:MINimum value: List[float] = driver.bluetooth.measurement.multiEval.trace.pdeviation.minimum.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:MINimum value: List[float] = driver.bluetooth.measurement.multiEval.trace.pdeviation.minimum.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