Ddpd

SCPI Commands :

CONFigure:DDPD:CONTinue
CONFigure:DDPD:ABORt
CONFigure:DDPD:STARt
class DdpdCls[source]

Ddpd commands group definition. 15 total commands, 10 Subgroups, 3 group commands

abort() None[source]
# SCPI: CONFigure:DDPD:ABORt
driver.applications.k18AmplifierEt.configure.ddpd.abort()
This command stops a DPD sequence and discards the predistorted I/Q data that have been calculated.

INTRO_CMD_HELP: Prerequisites for this command

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

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

abort_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: CONFigure:DDPD:ABORt
driver.applications.k18AmplifierEt.configure.ddpd.abort_with_opc()
This command stops a DPD sequence and discards the predistorted I/Q data that have been calculated.

INTRO_CMD_HELP: Prerequisites for this command

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

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

Same as abort, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

continue_py() None[source]
# SCPI: CONFigure:DDPD:CONTinue
driver.applications.k18AmplifierEt.configure.ddpd.continue_py()

Ccontinues direct DPD in manual mode.

continue_py_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: CONFigure:DDPD:CONTinue
driver.applications.k18AmplifierEt.configure.ddpd.continue_py_with_opc()

Ccontinues direct DPD in manual mode.

Same as continue_py, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

start() None[source]
# SCPI: CONFigure:DDPD:STARt
driver.applications.k18AmplifierEt.configure.ddpd.start()

This command initiates a direct DPD sequence with the number of iterations you have defined. You can define the number of iterations with method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.Count.set.

INTRO_CMD_HELP: Prerequisites for this command

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

start_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: CONFigure:DDPD:STARt
driver.applications.k18AmplifierEt.configure.ddpd.start_with_opc()

This command initiates a direct DPD sequence with the number of iterations you have defined. You can define the number of iterations with method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.Count.set.

INTRO_CMD_HELP: Prerequisites for this command

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

Same as start, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.ddpd.clone()

Subgroups