FilterPy

SCPI Command :

[SOURce<HW>]:BB:C2K:FILTer:TYPe
Commands in total: 9
Subgroups: 1
Direct child commands: 1
get_type_py() DmFilterA[source]
# [SOURce<HW>]:BB:C2K:FILTer:TYPe
value: enums.DmFilterA = driver.source.bb.c2K.filterPy.get_type_py()

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_type_py(type_py: DmFilterA) None[source]
# [SOURce<HW>]:BB:C2K:FILTer:TYPe
driver.source.bb.c2K.filterPy.set_type_py(type_py = enums.DmFilterA.APCO25)

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.c2K.filterPy.clone()

Subgroups