IcqiOffset

SCPI Command :

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

Sets the CQI offset index for control information MCS offset determination.

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:

icqi_offset: integer Range: 2 to 15

set(icqi_offset: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:ICQioffset
driver.source.bb.oneweb.uplink.ue.cell.pusch.ccoding.icqiOffset.set(icqi_offset = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the CQI offset index for control information MCS offset determination.

Parameters:
  • icqi_offset – integer Range: 2 to 15

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