Minimum

SCPI Commands :

FETCh:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy:LRANge:MINimum
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy:LRANge:MINimum
READ:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy:LRANge:MINimum
class MinimumCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tol: float or bool: No parameter help available

  • Delta_F_199_P_9: float or bool: No parameter help available

  • Freq_Dev_Avg_F_1: float or bool: No parameter help available

  • Freq_Dev_Min_F_1: float or bool: No parameter help available

  • Freq_Dev_Max_F_1: float or bool: No parameter help available

  • Nominal_Power: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tol: float: No parameter help available

  • Delta_F_199_P_9: float: No parameter help available

  • Freq_Dev_Avg_F_1: float: No parameter help available

  • Freq_Dev_Min_F_1: float: No parameter help available

  • Freq_Dev_Max_F_1: float: No parameter help available

  • Nominal_Power: float: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy:LRANge:MINimum
value: CalculateStruct = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.lrange.minimum.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:MODulation:NMODe:LENergy:LRANge:MINimum
value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.lrange.minimum.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:MODulation:NMODe:LENergy:LRANge:MINimum
value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.lrange.minimum.read()

No command help available

return:

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