FilterPy

SCPI Command :

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

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

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

Selects the IF filter type.

return:

filter_type: BANDpass: bandpass filter GAUSs: filter of Gaussian shape

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

Selects the IF filter type.

param filter_type:

BANDpass: bandpass filter GAUSs: filter of Gaussian shape

Cloning the Group

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

Subgroups