Ilength

SCPI Commands :

[SOURce<HW>]:BB:WLNN:FILTer:ILENgth:AUTO
[SOURce<HW>]:BB:WLNN:FILTer:ILENgth
class IlengthCls[source]

Ilength commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_auto() bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:ILENgth:AUTO
value: bool = driver.source.bb.wlnn.filterPy.ilength.get_auto()

No command help available

return

auto: No help available

get_value() int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:ILENgth
value: int = driver.source.bb.wlnn.filterPy.ilength.get_value()

No command help available

return

ilength: No help available

set_auto(auto: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FILTer:ILENgth:AUTO
driver.source.bb.wlnn.filterPy.ilength.set_auto(auto = False)

No command help available

param auto

No help available

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

No command help available

param ilength

No help available