FilterPy
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:FILTer:AUTO
[SOURce<HW>]:BB:ONEWeb:FILTer:MODE
[SOURce<HW>]:BB:ONEWeb:FILTer:TYPE
- class FilterPyCls[source]
FilterPy commands group definition. 17 total commands, 1 Subgroups, 3 group commands
- get_auto() bool [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:FILTer:AUTO value: bool = driver.source.bb.oneweb.filterPy.get_auto()
No command help available
- return
auto: No help available
- get_mode() RsSmw.enums.FiltOptMode [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:FILTer:MODE value: enums.FiltOptMode = driver.source.bb.oneweb.filterPy.get_mode()
No command help available
- return
opt_mode: No help available
- get_type_py() RsSmw.enums.DmFilterEutra [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:FILTer:TYPE value: enums.DmFilterEutra = driver.source.bb.oneweb.filterPy.get_type_py()
Selects the baseband filter type.
- return
type_py: RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape| LTEFilter| LPASSEVM| SPHase| APCO25| USER
- set_mode(opt_mode: RsSmw.enums.FiltOptMode) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:FILTer:MODE driver.source.bb.oneweb.filterPy.set_mode(opt_mode = enums.FiltOptMode.OFFLine)
No command help available
- param opt_mode
No help available
- set_type_py(type_py: RsSmw.enums.DmFilterEutra) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:FILTer:TYPE driver.source.bb.oneweb.filterPy.set_type_py(type_py = enums.DmFilterEutra.APCO25)
Selects the baseband filter type.
- param type_py
RCOSine| COSine| GAUSs| LGAuss| CONE| COF705| COEQualizer| COFequalizer| C2K3x| RECTangle| PGAuss| LPASs| DIRac| ENPShape| EWPShape| LTEFilter| LPASSEVM| SPHase| APCO25| USER
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.oneweb.filterPy.clone()
Subgroups