Ilength
SCPI Command :
[SOURce<HW>]:BB:BTOoth:FILTer:ILENgth
- class IlengthCls[source]
Ilength commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_value() int [source]
# SCPI: [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) .
- return
ilength: integer Range: 1 to depends on oversampling
- set_value(ilength: int) None [source]
# SCPI: [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) .
- param ilength
integer Range: 1 to depends on oversampling
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.filterPy.ilength.clone()
Subgroups