FilterPy

SCPI Command :

[SOURce<HW>]:BB:GBAS:FILTer:TYPE
Commands in total: 14
Subgroups: 3
Direct child commands: 1
get_type_py() DmFilterA[source]
# [SOURce<HW>]:BB:GBAS:FILTer:TYPE
value: enums.DmFilterA = driver.source.bb.gbas.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:GBAS:FILTer:TYPE
driver.source.bb.gbas.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.gbas.filterPy.clone()

Subgroups