IharqOffset

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:CCODing:IHARqoffset
class IharqOffsetCls[source]

IharqOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:CCODing:IHARqoffset
value: int = driver.source.bb.oneweb.uplink.ue.cell.puach.ccoding.iharqOffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the HARQ-ACK offset index for control information MCS offset determination.

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

iharq_offset: integer Range: 0 to 14

set(iharq_offset: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:PUACh:CCODing:IHARqoffset
driver.source.bb.oneweb.uplink.ue.cell.puach.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.

param iharq_offset

integer Range: 0 to 14

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)