Xmaximum
SCPI Commands :
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:XMAXimum
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:XMAXimum
READ:BLUetooth:MEASurement<Instance>:MEValuation:MODulation:NMODe:CLASsic:XMAXimum
- class XmaximumCls[source]
Xmaximum 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_Rate: 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:XMAXimum value: CalculateStruct = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.xmaximum.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:XMAXimum value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.xmaximum.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:XMAXimum value: ResultData = driver.bluetooth.measurement.multiEval.modulation.nmode.classic.xmaximum.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.