Gain

SCPI Command :

[SOURce<HW>]:IQ:DPD:GAIN:PRE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_pre() float[source]
# [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.

Returns:

pre_gain: float Range: -50 to 20

set_pre(pre_gain: float) None[source]
# [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.

Parameters:

pre_gain – float Range: -50 to 20