FilterPy

SCPI Command :

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

Selects the filter bandwidth for BR measurements.

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

Selects the filter bandwidth for BR measurements.

param filter_bandwidth:

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