Osampling

SCPI Command :

[SOURce<HW>]:BB:BTOoth:FILTer:OSAMpling
class OsamplingCls[source]

Osampling commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() int[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:OSAMpling
value: int = driver.source.bb.btooth.filterPy.osampling.get_value()

Sets the upsampling factor.

return

osampling: integer Range: 1 to 32

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

Sets the upsampling factor.

param osampling

integer Range: 1 to 32

Cloning the Group

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

Subgroups