FilterPy
SCPI Commands :
[SOURce<HW>]:BB:EVDO:FILTer:OSAMpling
[SOURce<HW>]:BB:EVDO:FILTer:TYPE
- class FilterPyCls[source]
FilterPy commands group definition. 13 total commands, 3 Subgroups, 2 group commands
- get_osampling() int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:FILTer:OSAMpling value: int = driver.source.bb.evdo.filterPy.get_osampling()
No command help available
- return
osampling: No help available
- get_type_py() RsSmbv.enums.DmFilterA [source]
# SCPI: [SOURce<HW>]:BB:EVDO:FILTer:TYPE value: enums.DmFilterA = driver.source.bb.evdo.filterPy.get_type_py()
The command selects the filter type.
- return
type_py: RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| APCO25| SPHase| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape| LPASSEVM
- set_osampling(osampling: int) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:FILTer:OSAMpling driver.source.bb.evdo.filterPy.set_osampling(osampling = 1)
No command help available
- param osampling
No help available
- set_type_py(type_py: RsSmbv.enums.DmFilterA) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:FILTer:TYPE driver.source.bb.evdo.filterPy.set_type_py(type_py = enums.DmFilterA.APCO25)
The command selects the filter type.
- param 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 clone of the original group, that exists independently
group2 = driver.source.bb.evdo.filterPy.clone()
Subgroups