Mode

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) ChanCodMode[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:MODE
value: enums.ChanCodMode = driver.source.bb.oneweb.uplink.ue.cell.pusch.ccoding.mode.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the information transmitted on the PUSCH.

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:

mode: ULSChonly | UCIonly | COMBined COMBined Control information and data are multiplexed into the PUSCH. ULSChonly Only data is transmitted on PUSCH. UCIonly Only uplink control information is transmitted on PUSCH.

set(mode: ChanCodMode, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:MODE
driver.source.bb.oneweb.uplink.ue.cell.pusch.ccoding.mode.set(mode = enums.ChanCodMode.COMBined, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the information transmitted on the PUSCH.

Parameters:
  • mode – ULSChonly | UCIonly | COMBined COMBined Control information and data are multiplexed into the PUSCH. ULSChonly Only data is transmitted on PUSCH. UCIonly Only uplink control information is transmitted on PUSCH.

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