StandardDev
SCPI Commands :
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy[:LE1M]:SDEViation
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy[:LE1M]:SDEViation
READ:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy[:LE1M]: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
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
- class ResultData[source]
Response structure. Fields:
Reliability: int: No parameter help available
Out_Of_Tol: 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
- calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:LENergy[:LE1M]:SDEViation value: CalculateStruct = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.le1M.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[:LE1M]:SDEViation value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.le1M.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[:LE1M]:SDEViation value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.lowEnergy.le1M.standardDev.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.