Prbs
SCPI Command :
[SOURce<HW>]:BB:DM:PRBS:[LENGth]
- class PrbsCls[source]
Prbs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_length() DmDataPrbs [source]
# SCPI: [SOURce<HW>]:BB:DM:PRBS:[LENGth] value: enums.DmDataPrbs = driver.source.bb.dm.prbs.get_length()
Defines the length of the pseudo-random sequence in accordance with the following equation: Length = (2^Length) - 1
- return:
length: 9| 11| 15| 16| 20| 21| 23| PN9| PN11| PN15| PN16| PN20| PN21| PN23
- set_length(length: DmDataPrbs) None [source]
# SCPI: [SOURce<HW>]:BB:DM:PRBS:[LENGth] driver.source.bb.dm.prbs.set_length(length = enums.DmDataPrbs._11)
Defines the length of the pseudo-random sequence in accordance with the following equation: Length = (2^Length) - 1
- param length:
9| 11| 15| 16| 20| 21| 23| PN9| PN11| PN15| PN16| PN20| PN21| PN23