Rbw

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW:AUTO
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW
class RbwCls[source]

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

get_auto() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW:AUTO
value: bool = driver.configure.gprfMeasurement.spectrum.freqSweep.rbw.get_auto()

Enables or disables automatic configuration of the resolution bandwidth (RBW) for the frequency sweep mode.

return:

rbw_auto: OFF | ON

get_value() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW
value: float = driver.configure.gprfMeasurement.spectrum.freqSweep.rbw.get_value()

Selects the bandwidth of the Gaussian resolution filter for the frequency sweep mode. Setting this value is only possible if the automatic RBW selection is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.FreqSweep.Rbw.auto.

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

set_auto(rbw_auto: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW:AUTO
driver.configure.gprfMeasurement.spectrum.freqSweep.rbw.set_auto(rbw_auto = False)

Enables or disables automatic configuration of the resolution bandwidth (RBW) for the frequency sweep mode.

param rbw_auto:

OFF | ON

set_value(rbw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:RBW
driver.configure.gprfMeasurement.spectrum.freqSweep.rbw.set_value(rbw = 1.0)

Selects the bandwidth of the Gaussian resolution filter for the frequency sweep mode. Setting this value is only possible if the automatic RBW selection is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.FreqSweep.Rbw.auto.

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