Signal

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:SIGNal:TYPE
class SignalCls[source]

Signal commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_type_py() ArbSignType[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:SIGNal:TYPE
value: enums.ArbSignType = driver.source.bb.arbitrary.signal.get_type_py()

Selects the type of test signal.

return:

arb_signal_type: SINE| RECT| CIQ

set_type_py(arb_signal_type: ArbSignType) None[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:SIGNal:TYPE
driver.source.bb.arbitrary.signal.set_type_py(arb_signal_type = enums.ArbSignType.AWGN)

Selects the type of test signal.

param arb_signal_type:

SINE| RECT| CIQ