Ilength

SCPI Command :

[SOURce<HW>]:BB:DAB: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:DAB:FILTer:ILENgth
value: int = driver.source.bb.dab.filterPy.ilength.get_value()

No command help available

return

ilength: No help available

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

No command help available

param ilength

No help available

Cloning the Group

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

Subgroups