Ddpd

SCPI Commands :

CONFigure:DDPD:ABORt
CONFigure:DDPD:STARt
Commands in total: 15
Subgroups: 11
Direct child commands: 2
abort() None[source]
# 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. Prerequisites for this command

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

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

abort_with_opc(opc_timeout_ms: int = -1) None[source]
# 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. Prerequisites for this command

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

  • Initiate a DPD sequence (method RsFsw.applications.k18AmplifierEt.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.

Parameters:

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

start() None[source]
# 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.k18AmplifierEt.configure.ddpd.count.set() . Prerequisites for this command

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

start_with_opc(opc_timeout_ms: int = -1) None[source]
# 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.k18AmplifierEt.configure.ddpd.count.set() . Prerequisites for this command

  • Turn on direct DPD (method RsFsw.applications.k18AmplifierEt.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.

Parameters:

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

Cloning the Group

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

Subgroups