Const

SCPI Commands :

TEST:BB:GENerator:CONSt:I
TEST:BB:GENerator:CONSt:Q
class ConstCls[source]

Const commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

No command help available

return

test_bb_gen_const_i: No help available

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

No command help available

return

test_gen_const_q: No help available

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

No command help available

param test_bb_gen_const_i

No help available

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

No command help available

param test_gen_const_q

No help available