AmPm
SCPI Command :
[SOURce<HW>]:IQ:DPD:AMPM:STATe
- class AmPmCls[source]
AmPm commands group definition. 4 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:IQ:DPD:AMPM:STATe value: bool = driver.source.iq.dpd.amPm.get_state()
Enabels/disables the AM/AM and AM/PM digital predistortion.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:IQ:DPD:AMPM:STATe driver.source.iq.dpd.amPm.set_state(state = False)
Enabels/disables the AM/AM and AM/PM digital predistortion.
- param state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.dpd.amPm.clone()
Subgroups