Rbw

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
class RbwCls[source]

Rbw commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_bandpass() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
value: float = driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.get_bandpass()

Sets the resolution bandwidth of the ‘Bandpass’ filter type in the spectrum measurement. The resolution bandwidth is fixed in this software version.

return:

rbw_bandpass: Range: 40 MHz to 40 MHz, Unit: Hz

get_gauss() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
value: float = driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.get_gauss()

Selects the bandwidth of the Gaussian resolution filter for the zero span mode. To use this filter, configure also method RsCma.Configure.GprfMeasurement.Spectrum.ZeroSpan.Rbw.typePy.

return:

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

get_type_py() RbwFilterType[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
value: enums.RbwFilterType = driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.get_type_py()

Selects the resolution filter type for the zero span mode.

return:

rbw_type: GAUSs | BANDpass GAUSs Gaussian filter with configurable bandwidth BANDpass Bandpass filter with 40 MHz bandwidth

set_bandpass(rbw_bandpass: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.set_bandpass(rbw_bandpass = 1.0)

Sets the resolution bandwidth of the ‘Bandpass’ filter type in the spectrum measurement. The resolution bandwidth is fixed in this software version.

param rbw_bandpass:

Range: 40 MHz to 40 MHz, Unit: Hz

set_gauss(rbw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.set_gauss(rbw = 1.0)

Selects the bandwidth of the Gaussian resolution filter for the zero span mode. To use this filter, configure also method RsCma.Configure.GprfMeasurement.Spectrum.ZeroSpan.Rbw.typePy.

param rbw:

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

set_type_py(rbw_type: RbwFilterType) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
driver.configure.gprfMeasurement.spectrum.zeroSpan.rbw.set_type_py(rbw_type = enums.RbwFilterType.BANDpass)

Selects the resolution filter type for the zero span mode.

param rbw_type:

GAUSs | BANDpass GAUSs Gaussian filter with configurable bandwidth BANDpass Bandpass filter with 40 MHz bandwidth