Gain

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:POST
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:PRE
class GainCls[source]

Gain commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_post() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:POST
value: float = driver.source.iq.output.analog.envelope.shaping.gain.get_post()

Sets a post-gain.

return

post_gain: float Range: -3 to 20

get_pre() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:PRE
value: float = driver.source.iq.output.analog.envelope.shaping.gain.get_pre()

Sets a post-gain.

return

pre_gain: No help available

set_post(post_gain: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:POST
driver.source.iq.output.analog.envelope.shaping.gain.set_post(post_gain = 1.0)

Sets a post-gain.

param post_gain

float Range: -3 to 20

set_pre(pre_gain: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:PRE
driver.source.iq.output.analog.envelope.shaping.gain.set_pre(pre_gain = 1.0)

Sets a post-gain.

param pre_gain

float Range: -3 to 20