Sequence

SCPI Command :

CONFigure:MODeling:SEQuence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() DpdOrder[source]
# CONFigure:MODeling:SEQuence
value: enums.DpdOrder = driver.applications.k18AmplifierEt.configure.modeling.sequence.get()

This command selects the sequence in which the models are calculated.

Returns:

state: AMFirst Calculates the ‘AM/AM’ model before calculating the ‘AM/PM’ model. PMFirst Calculates the ‘AM/PM’ model before calculating the ‘AM/AM’ model.

set(state: DpdOrder) None[source]
# CONFigure:MODeling:SEQuence
driver.applications.k18AmplifierEt.configure.modeling.sequence.set(state = enums.DpdOrder.AMFirst)

This command selects the sequence in which the models are calculated.

Parameters:

state – AMFirst Calculates the ‘AM/AM’ model before calculating the ‘AM/PM’ model. PMFirst Calculates the ‘AM/PM’ model before calculating the ‘AM/AM’ model.