State
SCPI Command :
CONFigure:DPD:AMXM[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(state: bool) None[source]
# CONFigure:DPD:AMXM[:STATe] driver.applications.k18AmplifierEt.configure.dpd.amxm.state.set(state = False)
This command turns ‘AM/AM’ and ‘AM/PM’ predistortion on and off (at the same time) . Alternatively, you can do that with:
method
RsFsw.applications.k18AmplifierEt.configure.dpd.amam.state.set()andmethod
RsFsw.applications.k18AmplifierEt.configure.dpd.amPm.state.set()
However, using method
RsFsw.applications.k18AmplifierEt.configure.dpd.amxm.state.set()is the smoother way. Prerequisites for this commandTurn on polynomial DPD (method
RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set()) .
- Parameters:
state – ON | OFF | 1 | 0