Select

SCPI Command :

CONFigure:MDPD:WAVeform:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() MdpdWaveformType[source]
# CONFigure:MDPD:WAVeform:SELect
value: enums.MdpdWaveformType = driver.applications.k18AmplifierEt.configure.mdpd.waveform.select.get()

Selects the type of DPD waveform to be used.

Returns:

type_py: DDPD Uses a direct DPD waveform. MDPD Uses a memory polynomial DPD waveform. REF Uses the reference signal.

set(type_py: MdpdWaveformType) None[source]
# CONFigure:MDPD:WAVeform:SELect
driver.applications.k18AmplifierEt.configure.mdpd.waveform.select.set(type_py = enums.MdpdWaveformType.DDPD)

Selects the type of DPD waveform to be used.

Parameters:

type_py – DDPD Uses a direct DPD waveform. MDPD Uses a memory polynomial DPD waveform. REF Uses the reference signal.