Gain

SCPI Commands :

TEST:BB:GENerator:GAIN:I
TEST:BB:GENerator:GAIN:Q
TEST:BB:GENerator:GAIN
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_icomponent() float[source]
# TEST:BB:GENerator:GAIN:I
value: float = driver.test.bb.generator.gain.get_icomponent()

No help available

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

No help available

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

Returns:

gain: float Range: -1 to 1

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

No help available

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

No help available

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

Parameters:

gain – float Range: -1 to 1