Length

SCPI Command :

CONFigure:EQUalizer:FILTer:LENGth
class LengthCls[source]

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

get() float[source]
# SCPI: CONFigure:EQUalizer:FILTer:LENGth
value: float = driver.applications.k18AmplifierEt.configure.equalizer.filterPy.length.get()

This command defines the length of the filter that the equalizer training is based on.

return

length: numeric value (integer only)

set(length: float) None[source]
# SCPI: CONFigure:EQUalizer:FILTer:LENGth
driver.applications.k18AmplifierEt.configure.equalizer.filterPy.length.set(length = 1.0)

This command defines the length of the filter that the equalizer training is based on.

param length

numeric value (integer only)