Hack

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:HACK
class HackCls[source]

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

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

Sets the DCI field HARQ-ACK resource field.

param allocationNull

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

return

hack_resource: integer Range: 0 to 15

set(hack_resource: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:HACK
driver.source.bb.eutra.downlink.niot.dci.alloc.hack.set(hack_resource = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field HARQ-ACK resource field.

param hack_resource

integer Range: 0 to 15

param allocationNull

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