Mode

SCPI Command :

CONFigure:DPD:SHAPing:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() ShapingMethod[source]
# CONFigure:DPD:SHAPing:MODE
value: enums.ShapingMethod = driver.applications.k18AmplifierEt.configure.dpd.shaping.mode.get()

This command selects the method use to shape the DPD function.

Returns:

method: POLYnomial DPD function based on the characteristics of the polynomial system model. TABLe DPD function based on the correction values kept in a table calculated by the R&S SMW.

set(method: ShapingMethod) None[source]
# CONFigure:DPD:SHAPing:MODE
driver.applications.k18AmplifierEt.configure.dpd.shaping.mode.set(method = enums.ShapingMethod.POLYnomial)

This command selects the method use to shape the DPD function.

Parameters:

method – POLYnomial DPD function based on the characteristics of the polynomial system model. TABLe DPD function based on the correction values kept in a table calculated by the R&S SMW.