FilterPy
SCPI Command :
[SOURce<HW>]:BB:TETRa:FILTer:TYPE
- class FilterPyCls[source]
FilterPy commands group definition. 14 total commands, 3 Subgroups, 1 group commands
- get_type_py() DmFilterB [source]
# SCPI: [SOURce<HW>]:BB:TETRa:FILTer:TYPE value: enums.DmFilterB = driver.source.bb.tetra.filterPy.get_type_py()
Sets the baseband filter.
- return:
type_py: RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| APCO25| SPHase| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape
- set_type_py(type_py: DmFilterB) None [source]
# SCPI: [SOURce<HW>]:BB:TETRa:FILTer:TYPE driver.source.bb.tetra.filterPy.set_type_py(type_py = enums.DmFilterB.APCO25)
Sets the baseband filter.
- param type_py:
RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| APCO25| SPHase| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tetra.filterPy.clone()
Subgroups