HresOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:HRESoffset
class HresOffsetCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:HRESoffset
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.hresOffset.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field HARQ-ACK ressource offset.

param allocationNull

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

return

dci_harq_res_offs: integer Range: 0 to 3

set(dci_harq_res_offs: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:HRESoffset
driver.source.bb.eutra.downlink.emtc.dci.alloc.hresOffset.set(dci_harq_res_offs = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field HARQ-ACK ressource offset.

param dci_harq_res_offs

integer Range: 0 to 3

param allocationNull

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