FilterPy

SCPI Commands :

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

FilterPy commands group definition. 14 total commands, 3 Subgroups, 2 group commands

get_osampling() int[source]
# SCPI: [SOURce<HW>]:BB:DAB:FILTer:OSAMpling
value: int = driver.source.bb.dab.filterPy.get_osampling()

No command help available

return

osampling: No help available

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

No command help available

return

type_py: No help available

set_osampling(osampling: int) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:FILTer:OSAMpling
driver.source.bb.dab.filterPy.set_osampling(osampling = 1)

No command help available

param osampling

No help available

set_type_py(type_py: RsSmbv.enums.DmFilterA) None[source]
# SCPI: [SOURce<HW>]:BB:DAB:FILTer:TYPE
driver.source.bb.dab.filterPy.set_type_py(type_py = enums.DmFilterA.APCO25)

No command help available

param type_py

No help available

Cloning the Group

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

Subgroups