InitPattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:INITpattern
- class InitPatternCls[source]
InitPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:INITpattern value: int = driver.source.bb.eutra.uplink.ue.cell.pusch.initPattern.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects the starting seed for data sources for the PUSCH allocation.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
pat_init: integer Range: 1 to #H7fffff
- set(pat_init: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:INITpattern driver.source.bb.eutra.uplink.ue.cell.pusch.initPattern.set(pat_init = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects the starting seed for data sources for the PUSCH allocation.
- param pat_init
integer Range: 1 to #H7fffff
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)