FilterPy

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:TYPE
class FilterPyCls[source]

FilterPy commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_type_py() DigitalFilterType[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:TYPE
value: enums.DigitalFilterType = driver.configure.gprf.measurement.power.filterPy.get_type_py()

Selects the IF filter type.

return:

filter_type: RF unit: BANDpass | GAUSs IF unit: BANDpass | GAUSs R&S CMW: BANDpass | GAUSs | WCDMa | CDMA | TDSCdma BANDpass: bandpass filter GAUSs: Gaussian filter WCDMA: 3.84-MHz RRC filter for WCDMA TX tests CDMA: 1.2288-MHz channel filter for CDMA 2000 TX tests TDSCdma: 1.28-MHz RRC filter for TD-SCDMA TX tests

set_type_py(filter_type: DigitalFilterType) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:TYPE
driver.configure.gprf.measurement.power.filterPy.set_type_py(filter_type = enums.DigitalFilterType.BANDpass)

Selects the IF filter type.

param filter_type:

RF unit: BANDpass | GAUSs IF unit: BANDpass | GAUSs R&S CMW: BANDpass | GAUSs | WCDMa | CDMA | TDSCdma BANDpass: bandpass filter GAUSs: Gaussian filter WCDMA: 3.84-MHz RRC filter for WCDMA TX tests CDMA: 1.2288-MHz channel filter for CDMA 2000 TX tests TDSCdma: 1.28-MHz RRC filter for TD-SCDMA TX tests

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.measurement.power.filterPy.clone()

Subgroups