Fparameters

SCPI Command :

CONFigure:EQUalizer:FPARameters
class FparametersCls[source]

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

get() List[float][source]
# SCPI: CONFigure:EQUalizer:FPARameters
value: List[float] = driver.applications.k18AmplifierEt.configure.equalizer.fparameters.get()

This command defines the filter coefficients. You can use this command to define the filter coefficients manually instead of training a filter.

return

coefficient: numeric value (integer only) List of comma separated values. Each coefficient consists of a real and an imaginary value. Coefficient_1_I,Coefficient_2_Q,Coefficient_2_I,Coefficient_2_Q,…,Coefficient_n_I,Coefficient_n_Q

set(coefficient: List[float]) None[source]
# SCPI: CONFigure:EQUalizer:FPARameters
driver.applications.k18AmplifierEt.configure.equalizer.fparameters.set(coefficient = [1.1, 2.2, 3.3])

This command defines the filter coefficients. You can use this command to define the filter coefficients manually instead of training a filter.

param coefficient

numeric value (integer only) List of comma separated values. Each coefficient consists of a real and an imaginary value. Coefficient_1_I,Coefficient_2_Q,Coefficient_2_I,Coefficient_2_Q,…,Coefficient_n_I,Coefficient_n_Q