Classic
SCPI Commands :
CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:CLASsic
READ:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:CLASsic
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:CLASsic
- class ClassicCls[source]
Classic 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
Nominal_Power: float or bool: No parameter help available
No_Of_Exceptions: float or bool: No parameter help available
Acp: List[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
Nominal_Power: float: No parameter help available
No_Of_Exceptions: int: No parameter help available
Acp: List[float]: No parameter help available
- calculate() CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:MEASurement<Instance>:MEValuation:SACP:NMODe:CLASsic value: CalculateStruct = driver.bluetooth.measurement.multiEval.sacp.nmode.classic.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:SACP:NMODe:CLASsic value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.classic.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:SACP:NMODe:CLASsic value: ResultData = driver.bluetooth.measurement.multiEval.sacp.nmode.classic.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.