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.iqRecorder.filterPy.gauss.get_bandwidth()

Selects the bandwidth for a filter of Gaussian shape.

return:

gauss_bw: numeric Only the following values can be configured: 1 kHz, 10 kHz, 100 kHz, 1 MHz, 10 MHz Other values are rounded to the next allowed value. Unit: Hz

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

Selects the bandwidth for a filter of Gaussian shape.

param gauss_bw:

numeric Only the following values can be configured: 1 kHz, 10 kHz, 100 kHz, 1 MHz, 10 MHz Other values are rounded to the next allowed value. Unit: Hz