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() RsSmbv.enums.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

get_type_py() RsSmbv.enums.DmFilterB[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:TYPE
value: enums.DmFilterB = 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| SOQPSK

set_osampling(oversampling: RsSmbv.enums.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

set_type_py(type_py: RsSmbv.enums.DmFilterB) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:TYPE
driver.source.bb.huwb.filterPy.set_type_py(type_py = enums.DmFilterB.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| SOQPSK

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.huwb.filterPy.clone()

Subgroups