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: numeric Range: 0 Hz to 250 kHz

  • Freq_Acc_Enabled: List[bool]: OFF | ON 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.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.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:

numeric Range: 0 Hz to 250 kHz

param freq_acc_enabled:

OFF | ON Disable or enable limit check for current, average, and maximum results (3 values) .