FilterPy
SCPI Command :
[SOURce<HW>]:BB:DM:FILTer:TYPE
- class FilterPyCls[source]
FilterPy commands group definition. 12 total commands, 1 Subgroups, 1 group commands
- get_type_py() DmFilter [source]
# SCPI: [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.
- return:
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
- set_type_py(type_py: DmFilter) None [source]
# SCPI: [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.
- param 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
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dm.filterPy.clone()
Subgroups