Bandpass

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:IQRecorder: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>:IQRecorder:FILTer:BANDpass:BWIDth
value: float = driver.configure.gprf.measurement.iqRecorder.filterPy.bandpass.get_bandwidth()

Selects the bandwidth for a bandpass filter.

return:

bandpass_bw: Only the following values can be configured: IF unit: 7.8125, 15.625, 31.25, 62.5, 125, 250, 500, 1000 MHz RF unit: 7.8125, 15.625, 31.25, 62.5, 125, 250 MHz R&S CMW: 1, 10, 100 kHz; 1, 10, 40, 160 MHz Other values are rounded to the next allowed value.

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

Selects the bandwidth for a bandpass filter.

param bandpass_bw:

Only the following values can be configured: IF unit: 7.8125, 15.625, 31.25, 62.5, 125, 250, 500, 1000 MHz RF unit: 7.8125, 15.625, 31.25, 62.5, 125, 250 MHz R&S CMW: 1, 10, 100 kHz; 1, 10, 40, 160 MHz Other values are rounded to the next allowed value.