FilterPy
SCPI Command :
[SOURce<HW>]:BB:DM:FILTer:TYPE
- Commands in total: 12Subgroups: 1Direct child commands: 1
- get_type_py() DmFilter[source]
# [SOURce<HW>]:BB:DM:FILTer:TYPE value: enums.DmFilter = driver.source.bb.dm.filterPy.get_type_py()
Selects the filter type. If you select a standard (BB:DM:STAN) , the firmware automatically sets the standard-compliant filter type and filter parameter.
- Returns:
type_py: RCOSine | COSine | GAUSs | LGAuss | CONE | COF705 | COEQualizer | COFequalizer | C2K3x | APCO25 | SPHase | RECTangle | USER | PGAuss | LPASs | DIRac | ENPShape | EWPShape | LTEFilter | LPASSEVM | APCO25Hcpm | APCO25Lsm | HRP | SOQPSK | OQPSK
- set_type_py(type_py: DmFilter) None[source]
# [SOURce<HW>]:BB:DM:FILTer:TYPE driver.source.bb.dm.filterPy.set_type_py(type_py = enums.DmFilter.APCO25)
Selects the filter type. If you select a standard (BB:DM:STAN) , the firmware automatically sets the standard-compliant filter type and filter parameter.
- Parameters:
type_py – RCOSine | COSine | GAUSs | LGAuss | CONE | COF705 | COEQualizer | COFequalizer | C2K3x | APCO25 | SPHase | RECTangle | USER | PGAuss | LPASs | DIRac | ENPShape | EWPShape | LTEFilter | LPASSEVM | APCO25Hcpm | APCO25Lsm | HRP | SOQPSK | OQPSK
Cloning the Group
# Create a copy of the original group, that exists independently
filterPy_copy = driver.source.bb.dm.filterPy.clone()
Subgroups