Polynomial
SCPI Command :
CONFigure:HAMMerstein:ORDer:POLYnomial
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# CONFigure:HAMMerstein:ORDer:POLYnomial value: str = driver.applications.k18AmplifierEt.configure.hammerstein.order.polynomial.get()
Sets the polynomial order for the Hammerstein model as a string.
- set(order: str) None[source]
# CONFigure:HAMMerstein:ORDer:POLYnomial driver.applications.k18AmplifierEt.configure.hammerstein.order.polynomial.set(order = 'abc')
Sets the polynomial order for the Hammerstein model as a string.