Data

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) DataSourceA[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:DATA
value: enums.DataSourceA = driver.source.bb.oneweb.uplink.ue.cell.puach.data.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Selects the PUSCH/PUACH data source of the selected UE. For the selected UE, this data source is used for the PUSCH/PUACH 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

set(data: DataSourceA, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:DATA
driver.source.bb.oneweb.uplink.ue.cell.puach.data.set(data = enums.DataSourceA.DLISt, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Selects the PUSCH/PUACH data source of the selected UE. For the selected UE, this data source is used for the PUSCH/PUACH channel in every subframe where this channel is configured.

Parameters:
  • data – PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE

  • 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’)