Df2S

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DMAXimum:DF2S
class Df2SCls[source]

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

class Df2SStruct[source]

Response structure. Fields:

  • Freq_Dev_F_2_Lower: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_2_Upper: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_2_Enable: List[bool]: OFF | ON Disable or enable limits for current, average, maximum, and minimum results (4 values)

get() Df2SStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DMAXimum:DF2S
value: Df2SStruct = driver.configure.multiEval.limit.lowEnergy.dmaximum.df2S.get()

Defines the lower and upper Δf2 frequency deviation limits for uncoded LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

return:

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

set(freq_dev_f_2_lower: float, freq_dev_f_2_upper: float, freq_dev_f_2_enable: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DMAXimum:DF2S
driver.configure.multiEval.limit.lowEnergy.dmaximum.df2S.set(freq_dev_f_2_lower = 1.0, freq_dev_f_2_upper = 1.0, freq_dev_f_2_enable = [True, False, True])

Defines the lower and upper Δf2 frequency deviation limits for uncoded LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

param freq_dev_f_2_lower:

numeric Range: 0 Hz to 500 kHz

param freq_dev_f_2_upper:

numeric Range: 0 Hz to 500 kHz

param freq_dev_f_2_enable:

OFF | ON Disable or enable limits for current, average, maximum, and minimum results (4 values)