Vbw

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW:AUTO
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW
class VbwCls[source]

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

get_auto() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW:AUTO
value: bool = driver.configure.gprfMeasurement.spectrum.zeroSpan.vbw.get_auto()

Enables or disables automatic configuration of the video bandwidth (VBW) for the zero span mode.

return:

vbw_auto: OFF | ON

get_value() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW
value: float or bool = driver.configure.gprfMeasurement.spectrum.zeroSpan.vbw.get_value()

Selects the bandwidth of the video filter for the zero span mode. Setting this value is only possible if the automatic VBW selection is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.ZeroSpan.Vbw.auto.

return:

vbw: (float or boolean) You can enter values between 10 Hz and 10 MHz. The setting is rounded to the closest of the following values: 10 / 20 / 30 / 50 / 100 / 200 / 300 / 500 Hz 1 / 2 / 3 / 5 / 10 / 20 / 30 / 50 / 100 / 200 / 300 / 500 kHz 1 / 2 / 3 / 5 / 10 MHz OFF disables the filter Unit: Hz

set_auto(vbw_auto: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW:AUTO
driver.configure.gprfMeasurement.spectrum.zeroSpan.vbw.set_auto(vbw_auto = False)

Enables or disables automatic configuration of the video bandwidth (VBW) for the zero span mode.

param vbw_auto:

OFF | ON

set_value(vbw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:VBW
driver.configure.gprfMeasurement.spectrum.zeroSpan.vbw.set_value(vbw = 1.0)

Selects the bandwidth of the video filter for the zero span mode. Setting this value is only possible if the automatic VBW selection is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.ZeroSpan.Vbw.auto.

param vbw:

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