Polynomial
SCPI Command :
FETCh:DPD:POLYnomial
- class PolynomialCls[source]
Polynomial commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: FETCh:DPD:POLYnomial value: float = driver.applications.k18AmplifierEt.fetch.dpd.polynomial.get()
- This command queries the polynomial factors of the correctional polynomial.
INTRO_CMD_HELP: Prerequisites for this command
Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
Run polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.File.Generate.set) .
- return
values: List of numerical values. The number of values depends on the DPD configuration. The real and imaginary parts of the DPD coefficients are returned interleaved in the following order: real(a0) , imag(a0) , real(a1) , imag(a1) , …