Polynomial

SCPI Command :

CONFigure:BURSt:AM:AM:POLYnomial
class PolynomialCls[source]

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

get() float[source]
# SCPI: CONFigure:BURSt:AM:AM:POLYnomial
value: float = driver.applications.k91Wlan.configure.burst.am.am.polynomial.get()

This remote control command specifies the degree of the polynomial regression model used to determine the ‘AM/AM’ result display. The resulting coefficients of the regression polynomial can be queried using the method RsFsw.Applications. K91_Wlan.Fetch.Burst.Am.Am.Coeficients.get_ command.

return

degree: integer Range: 1 to 20

set(degree: float) None[source]
# SCPI: CONFigure:BURSt:AM:AM:POLYnomial
driver.applications.k91Wlan.configure.burst.am.am.polynomial.set(degree = 1.0)

This remote control command specifies the degree of the polynomial regression model used to determine the ‘AM/AM’ result display. The resulting coefficients of the regression polynomial can be queried using the method RsFsw.Applications. K91_Wlan.Fetch.Burst.Am.Am.Coeficients.get_ command.

param degree

integer Range: 1 to 20