FilterPy

SCPI Commands :

[SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
[SOURce<HW>]:BB:WLNN:FILTer:TYPE
Commands in total: 16
Subgroups: 4
Direct child commands: 2
get_iup_sampling() bool[source]
# [SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
value: bool = driver.source.bb.wlnn.filterPy.get_iup_sampling()

Activates inverted Fast Fourier Transformation (IFFT) upsampling.

Returns:

ifftupsampling: 1 | ON | 0| OFF

get_type_py() DmFilterA[source]
# [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.

Returns:

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]
# [SOURce<HW>]:BB:WLNN:FILTer:IUPSampling
driver.source.bb.wlnn.filterPy.set_iup_sampling(ifftupsampling = False)

Activates inverted Fast Fourier Transformation (IFFT) upsampling.

Parameters:

ifftupsampling – 1 | ON | 0| OFF

set_type_py(type_py: DmFilterA) None[source]
# [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.

Parameters:

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 copy of the original group, that exists independently
filterPy_copy = driver.source.bb.wlnn.filterPy.clone()

Subgroups