Prbs

SCPI Command :

TSGen:CONFigure:PRBS:[SEQuence]
class PrbsCls[source]

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

get_sequence() SettingsPrbs[source]
# SCPI: TSGen:CONFigure:PRBS:[SEQuence]
value: enums.SettingsPrbs = driver.tsGen.configure.prbs.get_sequence()

Sets the length of the PRBS sequence.

return:

prbs: P15_1| P23_1

set_sequence(prbs: SettingsPrbs) None[source]
# SCPI: TSGen:CONFigure:PRBS:[SEQuence]
driver.tsGen.configure.prbs.set_sequence(prbs = enums.SettingsPrbs.P15_1)

Sets the length of the PRBS sequence.

param prbs:

P15_1| P23_1