FilterPy
SCPI Commands :
[SOURce<HW>]:BB:HUWB:FILTer:OSAMpling
[SOURce<HW>]:BB:HUWB:FILTer:TYPE
- class FilterPyCls[source]
FilterPy commands group definition. 16 total commands, 1 Subgroups, 2 group commands
- get_osampling() HrpUwbOverSampling [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:OSAMpling value: enums.HrpUwbOverSampling = driver.source.bb.huwb.filterPy.get_osampling()
Sets the oversampling factor of the generated waveform. A reduced sample rate saves significantly the amount of memory or allows an increased signal cycle time, and vice versa.
- return:
oversampling: OS_1| OS_2| OS_3| OS_4| OS_5| OS_6| OS_7| OS_8 *RST: OS_1 (R&S SMW-K525) / OS_4 (R&S SMW-K527)
- get_type_py() DmFilterHrpUwb [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:TYPE value: enums.DmFilterHrpUwb = driver.source.bb.huwb.filterPy.get_type_py()
Selects the baseband filter type.
- 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| OQPSK
- set_osampling(oversampling: HrpUwbOverSampling) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:OSAMpling driver.source.bb.huwb.filterPy.set_osampling(oversampling = enums.HrpUwbOverSampling.OS_1)
Sets the oversampling factor of the generated waveform. A reduced sample rate saves significantly the amount of memory or allows an increased signal cycle time, and vice versa.
- param oversampling:
OS_1| OS_2| OS_3| OS_4| OS_5| OS_6| OS_7| OS_8 *RST: OS_1 (R&S SMW-K525) / OS_4 (R&S SMW-K527)
- set_type_py(type_py: DmFilterHrpUwb) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:TYPE driver.source.bb.huwb.filterPy.set_type_py(type_py = enums.DmFilterHrpUwb.APCO25)
Selects the baseband filter type.
- 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| OQPSK
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.huwb.filterPy.clone()
Subgroups