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.power.filterPy.bandpass.get_bandwidth()

Selects the bandwidth for a bandpass filter.

return:

bandpass_bw: numeric For allowed values, see Table ‘Supported values’. Unit: Hz

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

Selects the bandwidth for a bandpass filter.

param bandpass_bw:

numeric For allowed values, see Table ‘Supported values’. Unit: Hz