Foffset

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LE2M:FOFFset
class FoffsetCls[source]

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

class FoffsetStruct[source]

Response structure. Fields:

  • Freq_Offset: float: No parameter help available

  • Freq_Offset_Enable: List[bool]: Disable or enable limit checking for current, average, and maximum results (3 values)

get() FoffsetStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LE2M:FOFFset
value: FoffsetStruct = driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.le2M.foffset.get()

Sets/gets the frequency offset limit. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return:

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

set(freq_offset: float, freq_offset_enable: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:LE2M:FOFFset
driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.le2M.foffset.set(freq_offset = 1.0, freq_offset_enable = [True, False, True])

Sets/gets the frequency offset limit. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param freq_offset:

No help available

param freq_offset_enable:

Disable or enable limit checking for current, average, and maximum results (3 values)