Data
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:XPUSch:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) DataSourceA[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:XPUSch:DATA value: enums.DataSourceA = driver.source.bb.v5G.uplink.ue.cell.xpusch.data.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects the xPUSCH data source of the selected UE. For the selected UE, this data source is used for the xPUSCH channel in every subframe where this channel is configured.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
data: PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE ZERO / ONE All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: method
RsSmw.source.bb.v5G.uplink.ue.cell.xpusch.pattern.set()PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: methodRsSmw.source.bb.v5G.uplink.ue.cell.xpusch.dselect.set()
- set(data: DataSourceA, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:XPUSch:DATA driver.source.bb.v5G.uplink.ue.cell.xpusch.data.set(data = enums.DataSourceA.DLISt, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Selects the xPUSCH data source of the selected UE. For the selected UE, this data source is used for the xPUSCH channel in every subframe where this channel is configured.
- Parameters:
data – PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE ZERO / ONE All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: method
RsSmw.source.bb.v5G.uplink.ue.cell.xpusch.pattern.set()PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: methodRsSmw.source.bb.v5G.uplink.ue.cell.xpusch.dselect.set()userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)