TestSignal

SCPI Commands :

[SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:SCID
[SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:[STATe]
class TestSignalCls[source]

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

get_scid() int[source]
# SCPI: [SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:SCID
value: int = driver.source.bb.tdmb.special.testSignal.get_scid()

Sets the ID of a subchannel (stream) that transmits a test signal (PRBS) instead of data. This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

return:

scid: integer Range: 0 to 64

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:[STATe]
value: bool = driver.source.bb.tdmb.special.testSignal.get_state()

Activates transfer of a PRBS test signal to a subchannel instead of ETI input data. This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

return:

prbs_test_signal: 1| ON| 0| OFF

set_scid(scid: int) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:SCID
driver.source.bb.tdmb.special.testSignal.set_scid(scid = 1)

Sets the ID of a subchannel (stream) that transmits a test signal (PRBS) instead of data. This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

param scid:

integer Range: 0 to 64

set_state(prbs_test_signal: bool) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:[SPECial]:TESTsignal:[STATe]
driver.source.bb.tdmb.special.testSignal.set_state(prbs_test_signal = False)

Activates transfer of a PRBS test signal to a subchannel instead of ETI input data. This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

param prbs_test_signal:

1| ON| 0| OFF