Delta

SCPI Command :

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

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

class DeltaStruct[source]

Response structure. Fields:

  • Delta_F_1_P_99_P_9: float: numeric Range: 150 kHz to 250 kHz

  • Delta_F_1_P_99_Enable: bool: OFF | ON Disable/enable limit checking

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

Sets/gets the limit for the frequency deviation Δf1 that must be exceeded by 99.9% of the measured samples for LE coded PHY.

return:

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

set(delta_f_1_p_99_p_9: float, delta_f_1_p_99_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LRANge:DELTa
driver.configure.multiEval.limit.lowEnergy.lrange.delta.set(delta_f_1_p_99_p_9 = 1.0, delta_f_1_p_99_enable = False)

Sets/gets the limit for the frequency deviation Δf1 that must be exceeded by 99.9% of the measured samples for LE coded PHY.

param delta_f_1_p_99_p_9:

numeric Range: 150 kHz to 250 kHz

param delta_f_1_p_99_enable:

OFF | ON Disable/enable limit checking