Shaping
SCPI Command :
[SOURce<HW>]:IQ:DOHerty:SHAPing:MODE
- class ShapingCls[source]
Shaping commands group definition. 22 total commands, 5 Subgroups, 1 group commands
- get_mode() DohertyShapeMode [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:MODE value: enums.DohertyShapeMode = driver.source.iq.doherty.shaping.get_mode()
Selects the method to define the correction coefficients.
- return:
shaping: TABLe| POLYnomial| NORMalized| DOHerty
- set_mode(shaping: DohertyShapeMode) None [source]
# SCPI: [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.
- param shaping:
TABLe| POLYnomial| NORMalized| DOHerty
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.doherty.shaping.clone()
Subgroups