IharqOffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:IHARqoffset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:IHARqoffset value: int = driver.source.bb.eutra.uplink.ue.cell.pusch.ccoding.iharqOffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the HARQ-ACK offset index for control information MCS offset determination according to .
- 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:
iharq_offset: integer Range: 0 to 14
- set(iharq_offset: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:IHARqoffset driver.source.bb.eutra.uplink.ue.cell.pusch.ccoding.iharqOffset.set(iharq_offset = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the HARQ-ACK offset index for control information MCS offset determination according to .
- Parameters:
iharq_offset – integer Range: 0 to 14
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’)