Prbs
SCPI Command :
[SOURce<HW>]:BB:DM:PRBS:[LENGth]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_length() DmDataPrbs[source]
# [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
- Returns:
length: 9 | 11 | 15 | 16 | 20 | 21 | 23 | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23
- set_length(length: DmDataPrbs) None[source]
# [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
- Parameters:
length – 9 | 11 | 15 | 16 | 20 | 21 | 23 | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23