Bandwidth

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:GAUSs:BWIDth
class BandwidthCls[source]

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

get() float[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:GAUSs:BWIDth
value: float = driver.configure.vse.measurement.iqRecorder.filterPy.gauss.bandwidth.get()

Sets or queries the bandwidth of the Gauss filter and the related digital standard.

return:

gauss_bw: Range: 1000 Hz to 10 MHz, Unit: Hz

set(gauss_bw: float, standard: Standard = None) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:GAUSs:BWIDth
driver.configure.vse.measurement.iqRecorder.filterPy.gauss.bandwidth.set(gauss_bw = 1.0, standard = enums.Standard.CUSTom)

Sets or queries the bandwidth of the Gauss filter and the related digital standard.

param gauss_bw:

Range: 1000 Hz to 10 MHz, Unit: Hz

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | SPECtrum | CUSTom DMR | DPMR | NXDN | P25 | TETRa | LTE Allows query of the bandwidth of the Gauss filter. CUSTom Allows set and query of the bandwidth of the Gauss filter. Unit: Hz