Faccuracy
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:FACCuracy
- class FaccuracyCls[source]
Faccuracy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FaccuracyStruct[source]
Response structure. Fields:
Freq_Accuracy: float: No parameter help available
Freq_Acc_Enabled: List[bool]: Disable or enable limit check for current, average, and maximum results (3 values) .
- get() FaccuracyStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:FACCuracy value: FaccuracyStruct = driver.configure.bluetooth.measurement.multiEval.limit.brate.faccuracy.get()
Defines the limit for the frequency accuracy.
- return:
structure: for return value, see the help for FaccuracyStruct structure arguments.
- set(freq_accuracy: float, freq_acc_enabled: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:FACCuracy driver.configure.bluetooth.measurement.multiEval.limit.brate.faccuracy.set(freq_accuracy = 1.0, freq_acc_enabled = [True, False, True])
Defines the limit for the frequency accuracy.
- param freq_accuracy:
No help available
- param freq_acc_enabled:
Disable or enable limit check for current, average, and maximum results (3 values) .