Gain
SCPI Command :
[SOURce<HW>]:IQ:DPD:GAIN:PRE
- class GainCls[source]
Gain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_pre() float [source]
# SCPI: [SOURce<HW>]:IQ:DPD:GAIN:PRE value: float = driver.source.iq.dpd.gain.get_pre()
Sets a pre-gain (i.e. an attenuation) to define the range the static DPD is applied in.
- return
pre_gain: float Range: -50 to 20
- set_pre(pre_gain: float) None [source]
# SCPI: [SOURce<HW>]:IQ:DPD:GAIN:PRE driver.source.iq.dpd.gain.set_pre(pre_gain = 1.0)
Sets a pre-gain (i.e. an attenuation) to define the range the static DPD is applied in.
- param pre_gain
float Range: -50 to 20