State

SCPI Command :

CONFigure:DDPD:APPLy[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:DDPD:APPLy[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.ddpd.apply.state.get()

This command transfers the waveform file with the correction values to the signal generator and applies them to the input signal. Prerequisites for this command

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

  • Run a DPD sequence (method RsFsw.applications.k18AmplifierEt.configure.ddpd.start() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:DDPD:APPLy[:STATe]
driver.applications.k18AmplifierEt.configure.ddpd.apply.state.set(state = False)

This command transfers the waveform file with the correction values to the signal generator and applies them to the input signal. Prerequisites for this command

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

  • Run a DPD sequence (method RsFsw.applications.k18AmplifierEt.configure.ddpd.start() ) .

Parameters:

state – ON | OFF | 1 | 0