Const

SCPI Commands :

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

No help available

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

No help available

set_icomponent(test_bb_gen_const_i: float) None[source]
# TEST:BB:GENerator:CONSt:I
driver.test.bb.generator.const.set_icomponent(test_bb_gen_const_i = 1.0)

No help available

set_qcomponent(test_gen_const_q: float) None[source]
# TEST:BB:GENerator:CONSt:Q
driver.test.bb.generator.const.set_qcomponent(test_gen_const_q = 1.0)

No help available