Sequence
SCPI Command :
CONFigure:DPD:SEQuence
- class SequenceCls[source]
Sequence commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.DpdOrder [source]
# SCPI: CONFigure:DPD:SEQuence value: enums.DpdOrder = driver.applications.k18AmplifierEt.configure.dpd.sequence.get()
This command selects the order in which the ‘AM/AM’ and ‘AM/PM’ distortion are applied. Available when both have been turned on.
INTRO_CMD_HELP: Prerequisites for this command
Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
Turn on both ‘AM/AM’ and ‘AM/PM’ calculation (method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.Amam.State.set / method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.AmPm.State.set) .
- return
state: AMFirst Calculates the ‘AM/AM’ distortion first, then the ‘AM/PM’ distortion. PMFirst Calculates the ‘AM/PM’ distortion first, then the ‘AM/AM’ distortion.
- set(state: RsFsw.enums.DpdOrder) None [source]
# SCPI: CONFigure:DPD:SEQuence driver.applications.k18AmplifierEt.configure.dpd.sequence.set(state = enums.DpdOrder.AMFirst)
This command selects the order in which the ‘AM/AM’ and ‘AM/PM’ distortion are applied. Available when both have been turned on.
INTRO_CMD_HELP: Prerequisites for this command
Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
Turn on both ‘AM/AM’ and ‘AM/PM’ calculation (method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.Amam.State.set / method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.AmPm.State.set) .
- param state
AMFirst Calculates the ‘AM/AM’ distortion first, then the ‘AM/PM’ distortion. PMFirst Calculates the ‘AM/PM’ distortion first, then the ‘AM/AM’ distortion.