Ilength

SCPI Command :

[SOURce<HW>]:BB:BTOoth:FILTer:ILENgth
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_value() int[source]
# [SOURce<HW>]:BB:BTOoth:FILTer:ILENgth
value: int = driver.source.bb.btooth.filterPy.ilength.get_value()

Sets the impulse length (the number of filter taps) .

Returns:

ilength: integer Range: 1 to depends on oversampling

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

Sets the impulse length (the number of filter taps) .

Parameters:

ilength – integer Range: 1 to depends on oversampling

Cloning the Group

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

Subgroups