EfLength

SCPI Command :

[SENSe]:DEMod:FILTer:EFLength
class EfLengthCls[source]

EfLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:DEMod:FILTer:EFLength
value: float = driver.applications.k91Wlan.sense.demod.filterPy.efLength.get()

Specifies the equalizer filter length in chips.

return

length: Range: 2 to 30

set(length: float) None[source]
# SCPI: [SENSe]:DEMod:FILTer:EFLength
driver.applications.k91Wlan.sense.demod.filterPy.efLength.set(length = 1.0)

Specifies the equalizer filter length in chips.

param length

Range: 2 to 30