FilterPy
SCPI Commands :
[SOURce<HW>]:BB:EVDO:FILTer:OSAMpling
[SOURce<HW>]:BB:EVDO:FILTer:TYPE
- Commands in total: 13Subgroups: 3Direct child commands: 2
- get_osampling() int[source]
# [SOURce<HW>]:BB:EVDO:FILTer:OSAMpling value: int = driver.source.bb.evdo.filterPy.get_osampling()
No help available
- get_type_py() DmFilterA[source]
# [SOURce<HW>]:BB:EVDO:FILTer:TYPE value: enums.DmFilterA = driver.source.bb.evdo.filterPy.get_type_py()
The command selects the filter type.
- Returns:
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]
# [SOURce<HW>]:BB:EVDO:FILTer:OSAMpling driver.source.bb.evdo.filterPy.set_osampling(osampling = 1)
No help available
- set_type_py(type_py: DmFilterA) None[source]
# [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.
- Parameters:
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 copy of the original group, that exists independently
filterPy_copy = driver.source.bb.evdo.filterPy.clone()
Subgroups