TypePy

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:TYPE
class TypePyCls[source]

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

get() RbwFilterType[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:TYPE
value: enums.RbwFilterType = driver.configure.vse.measurement.iqRecorder.filterPy.typePy.get()

Selects or queries the type of filter to be applied to the data after demodulation and the related digital standard.

return:

filter_type: BANDpass | GAUSs

set(filter_type: RbwFilterType, standard: Standard = None) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:FILTer:TYPE
driver.configure.vse.measurement.iqRecorder.filterPy.typePy.set(filter_type = enums.RbwFilterType.BANDpass, standard = enums.Standard.CUSTom)

Selects or queries the type of filter to be applied to the data after demodulation and the related digital standard.

param filter_type:

BANDpass | GAUSs

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | SPECtrum | CUSTom DMR | DPMR | NXDN | P25 | TETRa | LTE Allows query of the filter type, that is a bandpass filter. CUSTom Allows set and query of the filter type.