FilterPy

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:FILTer:TYPE
class FilterPyCls[source]

FilterPy commands group definition. 13 total commands, 3 Subgroups, 1 group commands

get_type_py() RsSmbv.enums.DmFilterA[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:FILTer:TYPE
value: enums.DmFilterA = driver.source.bb.tdscdma.filterPy.get_type_py()

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_type_py(type_py: RsSmbv.enums.DmFilterA) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:FILTer:TYPE
driver.source.bb.tdscdma.filterPy.set_type_py(type_py = enums.DmFilterA.APCO25)

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.tdscdma.filterPy.clone()

Subgroups