Attenuation
SCPI Command :
[SOURce<HW>]:IQ:DOHerty:POWer:ATTenuation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_value() float[source]
# [SOURce<HW>]:IQ:DOHerty:POWer:ATTenuation value: float = driver.source.iq.doherty.power.attenuation.get_value()
Adds additional digital attenuation to the signal.
- Returns:
attenuation: float Range: -3.522 to 80
- set_value(attenuation: float) None[source]
# [SOURce<HW>]:IQ:DOHerty:POWer:ATTenuation driver.source.iq.doherty.power.attenuation.set_value(attenuation = 1.0)
Adds additional digital attenuation to the signal.
- Parameters:
attenuation – float Range: -3.522 to 80
Cloning the Group
# Create a copy of the original group, that exists independently
attenuation_copy = driver.source.iq.doherty.power.attenuation.clone()
Subgroups