Rbw

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
class RbwCls[source]

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

get_bandpass() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
value: float = driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.get_bandpass()

No command help available

return:

rbw_bandpass: No help available

get_gauss() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
value: float = driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.get_gauss()

No command help available

return:

rbw: No help available

get_type_py() RbwFilterType[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
value: enums.RbwFilterType = driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.get_type_py()

No command help available

return:

rbw_type: No help available

set_bandpass(rbw_bandpass: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:BANDpass
driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.set_bandpass(rbw_bandpass = 1.0)

No command help available

param rbw_bandpass:

No help available

set_gauss(rbw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:GAUSs
driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.set_gauss(rbw = 1.0)

No command help available

param rbw:

No help available

set_type_py(rbw_type: RbwFilterType) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:RBW:TYPE
driver.configure.gprf.measurement.spectrum.zeroSpan.rbw.set_type_py(rbw_type = enums.RbwFilterType.BANDpass)

No command help available

param rbw_type:

No help available