Order

SCPI Command :

CONFigure:MODeling:AMAM:ORDer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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.

Returns:

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]
# 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.

Parameters:

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