Tradeoff

SCPI Command :

CONFigure:DDPD:TRADeoff
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure:DDPD:TRADeoff
value: float = driver.applications.k18AmplifierEt.configure.ddpd.tradeoff.get()

This command defines the power / linearity tradeoff for direct DPD calculation. Prerequisites for this command

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

Returns:

power_linearity_tradeoff: numeric value Unit: PCT

set(power_linearity_tradeoff: float) None[source]
# CONFigure:DDPD:TRADeoff
driver.applications.k18AmplifierEt.configure.ddpd.tradeoff.set(power_linearity_tradeoff = 1.0)

This command defines the power / linearity tradeoff for direct DPD calculation. Prerequisites for this command

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

Parameters:

power_linearity_tradeoff – numeric value Unit: PCT