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.bluetooth.measurement.multiEval.brate.filterPy.get_bandwidth()
Selects the filter bandwidth for BR measurements.
- return:
filter_bandwidth: NARRow: Narrowband filter WIDE: Wideband filter
- set_bandwidth(filter_bandwidth: FilterWidth) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:BRATe:FILTer:BWIDth driver.configure.bluetooth.measurement.multiEval.brate.filterPy.set_bandwidth(filter_bandwidth = enums.FilterWidth.NARRow)
Selects the filter bandwidth for BR measurements.
- param filter_bandwidth:
NARRow: Narrowband filter WIDE: Wideband filter