Foffset

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:CTE: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: numeric Range: 0 Hz to 500 kHz

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

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

Sets/gets the frequency offset limit for the CTE portion. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (.. :LE2M..) 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:CTE:LENergy:LE2M:FOFFset
driver.configure.multiEval.limit.cte.lowEnergy.le2M.foffset.set(freq_offset = 1.0, freq_offset_enable = [True, False, True])

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

param freq_offset:

numeric Range: 0 Hz to 500 kHz

param freq_offset_enable:

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