Ilength

SCPI Command :

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

No help available

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

No help available

Cloning the Group

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

Subgroups