StandardDev

SCPI Commands :

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

StandardDev 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_Accuracy: float or bool: No parameter help available

  • Freq_Drift: float or bool: No parameter help available

  • Max_Drift: float or bool: No parameter help available

  • Nominal_Power: float or bool: No parameter help available

  • Freq_Offset: 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_Accuracy: float: No parameter help available

  • Freq_Drift: float: No parameter help available

  • Max_Drift: float: No parameter help available

  • Nominal_Power: float: No parameter help available

  • Freq_Offset: float: No parameter help available

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

No command help available

return:

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