Prbs

SCPI Command :

[SOURce<HW>]:BB:TDMB:PRBS:[SEQuence]
class PrbsCls[source]

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

get_sequence() TdmbSettingsPrbs[source]
# SCPI: [SOURce<HW>]:BB:TDMB:PRBS:[SEQuence]
value: enums.TdmbSettingsPrbs = driver.source.bb.tdmb.prbs.get_sequence()

Sets the test signal sequence, that is transmitted in the subchannel. You can select a PRBS 15, PRBS 20 and PRBS 23 sequence as specified by . Also you can define a sequence of zeroes (0x00) . This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

return:

prbs: P15_1| P20_1| ZERO| P23_1

set_sequence(prbs: TdmbSettingsPrbs) None[source]
# SCPI: [SOURce<HW>]:BB:TDMB:PRBS:[SEQuence]
driver.source.bb.tdmb.prbs.set_sequence(prbs = enums.TdmbSettingsPrbs.P15_1)

Sets the test signal sequence, that is transmitted in the subchannel. You can select a PRBS 15, PRBS 20 and PRBS 23 sequence as specified by . Also you can define a sequence of zeroes (0x00) . This setting takes effect, if special settings are active: SOURce1:BB:TDMB:SPECial:SETTings:STATe 1

param prbs:

P15_1| P20_1| ZERO| P23_1