AmPm

SCPI Command :

[SOURce<HW>]:IQ:DPD:AMPM:STATe
Commands in total: 4
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [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.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups