FilterPy

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FILTer
class FilterPyCls[source]

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

get(segment=Segment.Default) FilterWidth[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FILTer
value: enums.FilterWidth = driver.configure.multiEval.listPy.segment.setup.filterPy.get(segment = repcap.Segment.Default)

Specifies the measurement filter bandwidth for the segment.

param segment:

optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)

return:

meas_filter: NARRow | WIDE NARRow: narrow-band filter WIDE: wide-band filter

set(meas_filter: FilterWidth, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FILTer
driver.configure.multiEval.listPy.segment.setup.filterPy.set(meas_filter = enums.FilterWidth.NARRow, segment = repcap.Segment.Default)

Specifies the measurement filter bandwidth for the segment.

param meas_filter:

NARRow | WIDE NARRow: narrow-band filter WIDE: wide-band filter

param segment:

optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)