FilterPy

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LENergy:LE2M:FILTer:BWIDth
class FilterPyCls[source]

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

get_bandwidth() FilterWidth[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LENergy:LE2M:FILTer:BWIDth
value: enums.FilterWidth = driver.configure.multiEval.lowEnergy.le2M.filterPy.get_bandwidth()

Selects the filter bandwidth. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (.. :LRANge..) are available.

return:

filter_bandwidth: NARRow | WIDE NARRow: Narrow-band filter WIDE: Wide-band filter

set_bandwidth(filter_bandwidth: FilterWidth) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LENergy:LE2M:FILTer:BWIDth
driver.configure.multiEval.lowEnergy.le2M.filterPy.set_bandwidth(filter_bandwidth = enums.FilterWidth.NARRow)

Selects the filter bandwidth. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (.. :LRANge..) are available.

param filter_bandwidth:

NARRow | WIDE NARRow: Narrow-band filter WIDE: Wide-band filter