Shaping

SCPI Command :

[SOURce<HW>]:IQ:DPD:SHAPing:MODE
class ShapingCls[source]

Shaping commands group definition. 19 total commands, 3 Subgroups, 1 group commands

get_mode() RsSmbv.enums.DpdShapeMode[source]
# SCPI: [SOURce<HW>]:IQ:DPD:SHAPing:MODE
value: enums.DpdShapeMode = driver.source.iq.dpd.shaping.get_mode()

Selects the method to define the correction coefficients.

return

shaping: TABLe| POLYnomial| NORMalized

set_mode(shaping: RsSmbv.enums.DpdShapeMode) None[source]
# SCPI: [SOURce<HW>]:IQ:DPD:SHAPing:MODE
driver.source.iq.dpd.shaping.set_mode(shaping = enums.DpdShapeMode.NORMalized)

Selects the method to define the correction coefficients.

param shaping

TABLe| POLYnomial| NORMalized

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.iq.dpd.shaping.clone()

Subgroups