Vbw

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:VBW:AUTO
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep: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:FSWeep:VBW:AUTO
value: bool = driver.configure.gprf.measurement.spectrum.freqSweep.vbw.get_auto()

No command help available

return:

vbw_auto: No help available

get_value() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:VBW
value: float or bool = driver.configure.gprf.measurement.spectrum.freqSweep.vbw.get_value()

No command help available

return:

vbw: (float or boolean) No help available

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

No command help available

param vbw_auto:

No help available

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

No command help available

param vbw:

(float or boolean) No help available