Order
SCPI Command :
CONFigure:MODeling:AMPM:ORDer
- class OrderCls[source]
Order commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: CONFigure:MODeling:AMPM:ORDer value: str = driver.applications.k18AmplifierEt.configure.modeling.amPm.order.get()
This command defines the order (or degree) of the ‘AM/PM’ 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:AMPM:ORDer driver.applications.k18AmplifierEt.configure.modeling.amPm.order.set(order = 'abc')
This command defines the order (or degree) of the ‘AM/PM’ 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