Gauss

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:IQRecorder: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>:IQRecorder:FILTer:GAUSs:BWIDth
value: float = driver.configure.gprfMeasurement.iqRecorder.filterPy.gauss.get_bandwidth()

Selects the bandwidth for the Gaussian filter.

return:

gauss_bw: You can enter values between 1 kHz and 10 MHz. The setting is rounded to the closest of the following values: 1 kHz / 10 kHz / 100 kHz / 1 MHz / 10 MHz Unit: Hz

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

Selects the bandwidth for the Gaussian filter.

param gauss_bw:

You can enter values between 1 kHz and 10 MHz. The setting is rounded to the closest of the following values: 1 kHz / 10 kHz / 100 kHz / 1 MHz / 10 MHz Unit: Hz