Mode

SCPI Command :

CONFigure:DPD:SHAPing:MODE
class ModeCls[source]

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

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

return

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: RsFsw.enums.ShapingMethod) None[source]
# SCPI: 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.

param 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.