Delta

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa
class DeltaCls[source]

Delta commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class DeltaStruct[source]

Response structure. Fields:

  • Delta_F_2_P_99_P_9: float: numeric Range: 100 kHz to 200 kHz

  • Delta_F_2_P_99_Enable: bool: OFF | ON

get() DeltaStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa
value: DeltaStruct = driver.configure.multiEval.limit.brate.delta.get()

Defines the lower limit for the frequency deviation Δf2 that must be exceeded by 99.9% of the measured bits.

return:

structure: for return value, see the help for DeltaStruct structure arguments.

set(delta_f_2_p_99_p_9: float, delta_f_2_p_99_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:DELTa
driver.configure.multiEval.limit.brate.delta.set(delta_f_2_p_99_p_9 = 1.0, delta_f_2_p_99_enable = False)

Defines the lower limit for the frequency deviation Δf2 that must be exceeded by 99.9% of the measured bits.

param delta_f_2_p_99_p_9:

numeric Range: 100 kHz to 200 kHz

param delta_f_2_p_99_enable:

OFF | ON