Le1M
SCPI Commands :
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy[:LE1M]
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy[:LE1M]
READ:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:LENergy[:LE1M]
- class Le1MCls[source]
Le1M 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[:LE1M] value: CalculateStruct = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le1M.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[:LE1M] value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le1M.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[:LE1M] value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.lowEnergy.le1M.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.