FilterPy

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:FILTer:BWIDth
class FilterPyCls[source]

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

get_bandwidth() BandpassFilter[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:FILTer:BWIDth
value: enums.BandpassFilter = driver.configure.afRf.measurement.multiEval.filterPy.get_bandwidth()

Configures the bandwidth of the bandpass filter in the RF input path.

return:

bandpass: F8330 | F25K | F50K | F01M | F05M Bandwidth 8330 Hz, 25 kHz, 50 kHz, 0.1 MHz, 0.5 MHz

set_bandwidth(bandpass: BandpassFilter) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:FILTer:BWIDth
driver.configure.afRf.measurement.multiEval.filterPy.set_bandwidth(bandpass = enums.BandpassFilter.F01M)

Configures the bandwidth of the bandpass filter in the RF input path.

param bandpass:

F8330 | F25K | F50K | F01M | F05M Bandwidth 8330 Hz, 25 kHz, 50 kHz, 0.1 MHz, 0.5 MHz