Sequence

SCPI Command :

CONFigure:MODeling:SEQuence
class SequenceCls[source]

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

get() RsFsw.enums.DpdOrder[source]
# SCPI: CONFigure:MODeling:SEQuence
value: enums.DpdOrder = driver.applications.k18AmplifierEt.configure.modeling.sequence.get()

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

return

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: RsFsw.enums.DpdOrder) None[source]
# SCPI: 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.

param 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.