Maximum
SCPI Commands :
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:MAXimum
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:MAXimum
READ:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:MAXimum
- class MaximumCls[source]
Maximum 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
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
Freq_Dev_Avg_F_2: float or bool: No parameter help available
Freq_Dev_Min_F_2: float or bool: No parameter help available
Freq_Dev_Max_F_2: 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
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
Freq_Dev_Avg_F_2: float: No parameter help available
Freq_Dev_Min_F_2: float: No parameter help available
Freq_Dev_Max_F_2: float: No parameter help available
- calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:MAXimum value: CalculateStruct = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.maximum.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:CLASsic:MAXimum value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.maximum.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:CLASsic:MAXimum value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.maximum.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.