Shaping
SCPI Command :
[SOURce<HW>]:IQ:DPD:SHAPing:MODE
- Commands in total: 19Subgroups: 3Direct child commands: 1
- get_mode() DpdShapeMode[source]
# [SOURce<HW>]:IQ:DPD:SHAPing:MODE value: enums.DpdShapeMode = driver.source.iq.dpd.shaping.get_mode()
Selects the method to define the correction coefficients.
- Returns:
shaping: TABLe | POLYnomial | NORMalized
- set_mode(shaping: DpdShapeMode) None[source]
# [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.
- Parameters:
shaping – TABLe | POLYnomial | NORMalized
Cloning the Group
# Create a copy of the original group, that exists independently
shaping_copy = driver.source.iq.dpd.shaping.clone()
Subgroups