Method

SCPI Command :

CONFigure:DPD:METHod
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() DpdMethod[source]
# 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. Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set() ) .

Returns:

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.k18AmplifierEt.configure.dpd.file.generate.set() to actually generate the DPD and transfer it to the generator.

set(method: DpdMethod) None[source]
# 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. Prerequisites for this command

  • Turn on polynomial DPD (method RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set() ) .

Parameters:

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.k18AmplifierEt.configure.dpd.file.generate.set() to actually generate the DPD and transfer it to the generator.