Idelay

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:IDELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:IDELay
value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.idelay.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field scheduling delay field (IDelay) .

Parameters:

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

Returns:

sched_delay: integer Range: 0 to 7

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

Sets the DCI field scheduling delay field (IDelay) .

Parameters:
  • sched_delay – integer Range: 0 to 7

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