Hack
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:HACK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
hack_resource: integer Range: 0 to 15
- set(hack_resource: int, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
hack_resource – integer Range: 0 to 15
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)