State
SCPI Command :
CONFigure:DPD:AMPM[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:DPD:AMPM[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.dpd.amPm.state.get()
This command turns ‘AM/PM’ 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:AMPM[:STATe] driver.applications.k18AmplifierEt.configure.dpd.amPm.state.set(state = False)
This command turns ‘AM/PM’ 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