Method

SCPI Command :

CONFigure:DPD:METHod
class MethodCls[source]

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

get() RsFsw.enums.DpdMethod[source]
# SCPI: CONFigure:DPD:METHod
value: enums.DpdMethod = driver.applications.k18AmplifierEt.configure.dpd.method.get()
This command selects the method with which the application determines the DPD.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

return

method: GENerator Signal generator applies the DPD parameters calculated by the amplifier application to the generated RF signal in real-time. Option R&S SMW-K541 is required on the generator for this method. WFILe Signal generator applies the DPD to the generated RF signal through a waveform file. No additional equipment is required on the signal generator for this method. Use method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.File.Generate.set to actually generate the DPD and transfer it to the generator.

set(method: RsFsw.enums.DpdMethod) None[source]
# SCPI: CONFigure:DPD:METHod
driver.applications.k18AmplifierEt.configure.dpd.method.set(method = enums.DpdMethod.GENerator)
This command selects the method with which the application determines the DPD.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

param method

GENerator Signal generator applies the DPD parameters calculated by the amplifier application to the generated RF signal in real-time. Option R&S SMW-K541 is required on the generator for this method. WFILe Signal generator applies the DPD to the generated RF signal through a waveform file. No additional equipment is required on the signal generator for this method. Use method RsFsw.Applications.K18_AmplifierEt.Configure.Dpd.File.Generate.set to actually generate the DPD and transfer it to the generator.