FilterPy

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:EDRate: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:EDRate:FILTer:BWIDth
value: enums.FilterWidth = driver.configure.multiEval.edrate.filterPy.get_bandwidth()

Selects the filter bandwidth for EDR measurements. The filter is applied only to the GFSK portion of the bursts.

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:EDRate:FILTer:BWIDth
driver.configure.multiEval.edrate.filterPy.set_bandwidth(filter_bandwidth = enums.FilterWidth.NARRow)

Selects the filter bandwidth for EDR measurements. The filter is applied only to the GFSK portion of the bursts.

param filter_bandwidth:

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