IcqiOffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:ICQioffset
- class IcqiOffsetCls[source]
IcqiOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:ICQioffset value: int = driver.source.bb.eutra.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 according to 3GPP TS 36.213, chapter 8.6.3.
- 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
icqi_offset: integer Range: 2 to 15
- set(icqi_offset: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:CCODing:ICQioffset driver.source.bb.eutra.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 according to 3GPP TS 36.213, chapter 8.6.3.
- param icqi_offset
integer Range: 2 to 15
- 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’)