Gain

SCPI Commands :

TEST:BB:GENerator:GAIN:I
TEST:BB:GENerator:GAIN:Q
TEST:BB:GENerator:GAIN
class GainCls[source]

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

get_icomponent() float[source]
# SCPI: TEST:BB:GENerator:GAIN:I
value: float = driver.test.bb.generator.gain.get_icomponent()

No command help available

return

test_gen_gain_i: No help available

get_qcomponent() float[source]
# SCPI: TEST:BB:GENerator:GAIN:Q
value: float = driver.test.bb.generator.gain.get_qcomponent()

No command help available

return

test_gen_gain_q: No help available

get_value() float[source]
# SCPI: TEST:BB:GENerator:GAIN
value: float = driver.test.bb.generator.gain.get_value()

Sets the gain for a sine or constant I/Q test signal.

return

gain: float Range: -1 to 1

set_icomponent(test_gen_gain_i: float) None[source]
# SCPI: TEST:BB:GENerator:GAIN:I
driver.test.bb.generator.gain.set_icomponent(test_gen_gain_i = 1.0)

No command help available

param test_gen_gain_i

No help available

set_qcomponent(test_gen_gain_q: float) None[source]
# SCPI: TEST:BB:GENerator:GAIN:Q
driver.test.bb.generator.gain.set_qcomponent(test_gen_gain_q = 1.0)

No command help available

param test_gen_gain_q

No help available

set_value(gain: float) None[source]
# SCPI: TEST:BB:GENerator:GAIN
driver.test.bb.generator.gain.set_value(gain = 1.0)

Sets the gain for a sine or constant I/Q test signal.

param gain

float Range: -1 to 1