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