Polynomial

SCPI Command :

CONFigure:BURSt:AM:AM:POLYnomial
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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.k91Wlan.fetch.burst.am.am.coeficients.get() command.

Returns:

degree: integer Range: 1 to 20

set(degree: float) None[source]
# 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.k91Wlan.fetch.burst.am.am.coeficients.get() command.

Parameters:

degree – integer Range: 1 to 20