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()

No command help available

return:

post_gain: No help available

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()

No command help available

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)

No command help available

param post_gain:

No help available

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)

No command help available

param pre_gain:

No help available