Select

SCPI Command :

CONFigure:MDPD:WAVeform:SELect
class SelectCls[source]

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

get() RsFsw.enums.MdpdWaveformType[source]
# SCPI: CONFigure:MDPD:WAVeform:SELect
value: enums.MdpdWaveformType = driver.applications.k18AmplifierEt.configure.mdpd.waveform.select.get()

Selects the type of DPD waveform to be used.

return

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

set(type_py: RsFsw.enums.MdpdWaveformType) None[source]
# SCPI: 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.

param type_py

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