State

SCPI Command :

CONFigure:DDPD:APPLy[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on direct DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

  • Run a DPD sequence (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.start) .

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on direct DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .

  • Run a DPD sequence (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.start) .

param state

ON | OFF | 1 | 0