Le2M

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
class Le2MCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Nominal_Power: float or bool: No parameter help available

  • No_Of_Exceptions: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Nominal_Power: float: No parameter help available

  • No_Of_Exceptions: int: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
value: CalculateStruct = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le2M.calculate()

No command help available

return:

structure: for return value, see the help for CalculateStruct structure arguments.

fetch() ResultData[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le2M.fetch()

No command help available

return:

structure: for return value, see the help for ResultData structure arguments.

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy:LE2M
value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le2M.read()

No command help available

return:

structure: for return value, see the help for ResultData structure arguments.