Idelay

SCPI Command :

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

Idelay 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>: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) .

param allocationNull

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

return

sched_delay: integer Range: 0 to 7

set(sched_delay: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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) .

param sched_delay

integer Range: 0 to 7

param allocationNull

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