Gain

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:POST
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:GAIN:PRE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_post() float[source]
# [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.

Returns:

post_gain: float Range: -3 to 20

get_pre() float[source]
# [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.

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

Parameters:

post_gain – float Range: -3 to 20

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

Parameters:

pre_gain – float Range: -3 to 20