Fparameters

SCPI Command :

CONFigure:EQUalizer:FPARameters
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() List[float][source]
# 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.

Returns:

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]
# 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.

Parameters:

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