Rbw

SCPI Commands :

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.spectrum.freqSweep.rbw.get_auto()

Enables or disables the automatic mode for the RBW in frequency sweep mode.

return:

rbw_auto: OFF | ON

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

Configures the resolution bandwidth (RBW) for the frequency sweep mode. Setting this value is only possible if the automatic mode is off.

return:

rbw: numeric Only certain values can be configured, see Table ‘Supported values’. Other values are rounded to the next allowed value. Range: 100 Hz to 10 MHz, Unit: Hz

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

Enables or disables the automatic mode for the RBW in frequency sweep mode.

param rbw_auto:

OFF | ON

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

Configures the resolution bandwidth (RBW) for the frequency sweep mode. Setting this value is only possible if the automatic mode is off.

param rbw:

numeric Only certain values can be configured, see Table ‘Supported values’. Other values are rounded to the next allowed value. Range: 100 Hz to 10 MHz, Unit: Hz