Delta

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy: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: 150 kHz to 250 kHz

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

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

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

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:LENergy:DELTa
driver.configure.multiEval.limit.lowEnergy.delta.set(delta_f_2_p_99_p_9 = 1.0, delta_f_2_p_99_enable = False)

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

param delta_f_2_p_99_p_9:

numeric Range: 150 kHz to 250 kHz

param delta_f_2_p_99_enable:

OFF | ON Disable/enable limit checking