Bandwidth

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:BANDpass: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:BANDpass:BWIDth
value: float = driver.configure.vse.measurement.iqRecorder.filterPy.bandpass.bandwidth.get()

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

return:

bandpass_bw: Range: 1000 Hz to 160 MHz, Unit: Hz

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

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

param bandpass_bw:

Range: 1000 Hz to 160 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 bandpass filter. CUSTom Allows set and query of the bandwidth of the bandpass filter.