Vbw

SCPI Commands :

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.spectrum.zeroSpan.vbw.get_auto()

Enables or disables the automatic mode for the VBW in 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.spectrum.zeroSpan.vbw.get_value()

Configures the video bandwidth (VBW) for the zero span mode. Setting this value is only possible if the automatic mode is off.

return:

vbw: (float or boolean) numeric | OFF Only certain values can be configured, see Table ‘Supported values’. Other values are rounded to the next allowed value. Range: 10 Hz to 10 MHz, Unit: Hz

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

Enables or disables the automatic mode for the VBW in zero span mode.

param vbw_auto:

OFF | ON

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

Configures the video bandwidth (VBW) for the zero span mode. Setting this value is only possible if the automatic mode is off.

param vbw:

(float or boolean) numeric | OFF Only certain values can be configured, see Table ‘Supported values’. Other values are rounded to the next allowed value. Range: 10 Hz to 10 MHz, Unit: Hz