Polynomial
SCPI Command :
FETCh:DPD:POLYnomial
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# FETCh:DPD:POLYnomial value: float = driver.applications.k18AmplifierEt.fetch.dpd.polynomial.get()
This command queries the polynomial factors of the correctional polynomial. Prerequisites for this command
Turn on polynomial DPD (method
RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set()) .Run polynomial DPD (method
RsFsw.applications.k18AmplifierEt.configure.dpd.file.generate.set()) .
- Returns:
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) , …