State

SCPI Command :

CONFigure:DPD:AMAM[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:DPD:AMAM[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.dpd.amam.state.get()

This command turns ‘AM/AM’ predistortion on and off. Prerequisites for this command

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:DPD:AMAM[:STATe]
driver.applications.k18AmplifierEt.configure.dpd.amam.state.set(state = False)

This command turns ‘AM/AM’ predistortion on and off. Prerequisites for this command

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

Parameters:

state – ON | OFF | 1 | 0