FilterPy

SCPI Command :

[SOURce<HW>]:BB:W3GPp:FILTer:TYPE
Commands in total: 12
Subgroups: 2
Direct child commands: 1
get_type_py() DmFilterA[source]
# [SOURce<HW>]:BB:W3GPp:FILTer:TYPE
value: enums.DmFilterA = driver.source.bb.w3Gpp.filterPy.get_type_py()

Selects the filter type.

Returns:

type_py: RCOSine | COSine | GAUSs | LGAuss | CONE | COF705 | COEQualizer | COFequalizer | C2K3x | APCO25 | SPHase | RECTangle | LPASs | DIRac | ENPShape | EWPShape | LPASSEVM | PGAuss COSine = ‘Cosine’ = Raised Cosine RCOSine = ‘Root Cosine’ = Root Raised Cosine (RRC)

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

Selects the filter type.

Parameters:

type_py – RCOSine | COSine | GAUSs | LGAuss | CONE | COF705 | COEQualizer | COFequalizer | C2K3x | APCO25 | SPHase | RECTangle | LPASs | DIRac | ENPShape | EWPShape | LPASSEVM | PGAuss COSine = ‘Cosine’ = Raised Cosine RCOSine = ‘Root Cosine’ = Root Raised Cosine (RRC)

Cloning the Group

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

Subgroups