Order

SCPI Command :

CONFigure:MODeling:AMAM:ORDer
class OrderCls[source]

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

get() str[source]
# SCPI: CONFigure:MODeling:AMAM:ORDer
value: str = driver.applications.k18AmplifierEt.configure.modeling.amam.order.get()

This command defines the order (or degree) of the ‘AM/AM’ model polynomials that are calculated by the application.

return

order: String containing the polynomials to be calculated. You can either select a range of polynomials (e.g. ‘1-7’) , a selection of polynomials (e.g. ‘1;3;5’) or a combination of both (e.g. ‘1;3-5’) . Range: 0 to 18

set(order: str) None[source]
# SCPI: CONFigure:MODeling:AMAM:ORDer
driver.applications.k18AmplifierEt.configure.modeling.amam.order.set(order = 'abc')

This command defines the order (or degree) of the ‘AM/AM’ model polynomials that are calculated by the application.

param order

String containing the polynomials to be calculated. You can either select a range of polynomials (e.g. ‘1-7’) , a selection of polynomials (e.g. ‘1;3;5’) or a combination of both (e.g. ‘1;3-5’) . Range: 0 to 18