FilterPy

SCPI Commands :

[SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
[SOURce<HW>]:BB:WLNN:FILTer:TYPE
class FilterPyCls[source]

FilterPy commands group definition. 16 total commands, 4 Subgroups, 2 group commands

get_iup_sampling() bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
value: bool = driver.source.bb.wlnn.filterPy.get_iup_sampling()

Activates inverted Fast Fourier Transformation (IFFT) upsampling.

return

ifftupsampling: 1| ON| 0| OFF

get_type_py() RsSmbv.enums.DmFilterA[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:TYPE
value: enums.DmFilterA = driver.source.bb.wlnn.filterPy.get_type_py()

(for system bandwidth set to 20 MHz only) The command selects the filter type.

return

type_py: RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| APCO25| SPHase| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape| LPASSEVM

set_iup_sampling(ifftupsampling: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
driver.source.bb.wlnn.filterPy.set_iup_sampling(ifftupsampling = False)

Activates inverted Fast Fourier Transformation (IFFT) upsampling.

param ifftupsampling

1| ON| 0| OFF

set_type_py(type_py: RsSmbv.enums.DmFilterA) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:TYPE
driver.source.bb.wlnn.filterPy.set_type_py(type_py = enums.DmFilterA.APCO25)

(for system bandwidth set to 20 MHz only) The command selects the filter type.

param type_py

RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| APCO25| SPHase| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape| LPASSEVM

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.filterPy.clone()

Subgroups