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() FilterType[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:FILTer:TYPE
value: enums.FilterType = driver.configure.gprfMeasurement.power.filterPy.get_type_py()

Selects the IF filter type.

return:

filter_type: BANDpass | GAUSs BANDpass Bandpass filter with selectable bandwidth GAUSs Gaussian filter with selectable bandwidth

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

Selects the IF filter type.

param filter_type:

BANDpass | GAUSs BANDpass Bandpass filter with selectable bandwidth GAUSs Gaussian filter with selectable bandwidth

Cloning the Group

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

Subgroups