Bandpass

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:BANDpass:BWIDth
class BandpassCls[source]

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

get_bandwidth() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:BANDpass:BWIDth
value: float = driver.configure.gprfMeasurement.power.filterPy.bandpass.get_bandwidth()

Selects the bandwidth for the bandpass filter.

return:

bandpass_bw: You can enter values between 1 kHz and 20 MHz. The setting is rounded to the closest of the following values: 1 / 2 / 3 / 5 / 10 / 20 / 30 / 50 / 100 / 200 / 300 / 500 kHz 1 / 1.08 / 2 / 2.7 / 3 / 4.5 / 5 / 9 / 10 / 13.5 / 18 / 20 / 40 MHz Unit: Hz

set_bandwidth(bandpass_bw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:BANDpass:BWIDth
driver.configure.gprfMeasurement.power.filterPy.bandpass.set_bandwidth(bandpass_bw = 1.0)

Selects the bandwidth for the bandpass filter.

param bandpass_bw:

You can enter values between 1 kHz and 20 MHz. The setting is rounded to the closest of the following values: 1 / 2 / 3 / 5 / 10 / 20 / 30 / 50 / 100 / 200 / 300 / 500 kHz 1 / 1.08 / 2 / 2.7 / 3 / 4.5 / 5 / 9 / 10 / 13.5 / 18 / 20 / 40 MHz Unit: Hz