InitPattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern
- class InitPatternCls[source]
InitPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern value: int = driver.source.bb.eutra.downlink.user.initPattern.get(userIx = repcap.UserIx.Default)
Selects the starting seed for data sources for the PDSCH allocation.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
pattern_init: integer Range: 0 to #H7fffff
- set(pattern_init: int, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern driver.source.bb.eutra.downlink.user.initPattern.set(pattern_init = 1, userIx = repcap.UserIx.Default)
Selects the starting seed for data sources for the PDSCH allocation.
- param pattern_init
integer Range: 0 to #H7fffff
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)