Harq
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:HARQ
- class HarqCls[source]
Harq 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>:HARQ value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.harq.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field HARQ process number.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
dci_harq_proc_num: integer In FDD mode: 0 to 7 In TDD mode: 0 to 15 Range: 0 to 15
- set(dci_harq_proc_num: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:HARQ driver.source.bb.eutra.downlink.emtc.dci.alloc.harq.set(dci_harq_proc_num = 1, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field HARQ process number.
- param dci_harq_proc_num
integer In FDD mode: 0 to 7 In TDD mode: 0 to 15 Range: 0 to 15
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)