Gauss

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:GAUSs:BWIDth
class GaussCls[source]

Gauss commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_bandwidth() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:GAUSs:BWIDth
value: float = driver.configure.gprfMeasurement.power.filterPy.gauss.get_bandwidth()

Selects the bandwidth for the Gaussian filter.

return:

gauss_bw: You can enter values between 10 Hz and 10 MHz. The setting is rounded to the closest of the following values: 10 / 30 / 50 / 100 / 300 / 500 Hz 1 / 3 / 5 / 6.25 / 10 / 30 / 50 / 100 / 300 / 500 kHz 1 / 3 / 5 / 10 MHz Unit: Hz

set_bandwidth(gauss_bw: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:GAUSs:BWIDth
driver.configure.gprfMeasurement.power.filterPy.gauss.set_bandwidth(gauss_bw = 1.0)

Selects the bandwidth for the Gaussian filter.

param gauss_bw:

You can enter values between 10 Hz and 10 MHz. The setting is rounded to the closest of the following values: 10 / 30 / 50 / 100 / 300 / 500 Hz 1 / 3 / 5 / 6.25 / 10 / 30 / 50 / 100 / 300 / 500 kHz 1 / 3 / 5 / 10 MHz Unit: Hz