Irep

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDSch:IREP
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>:NPDSch:IREP
value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.npdsch.irep.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field number of NPDSCH repetition fields (IRep) .

Parameters:

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

Returns:

dci_in_pdsch: integer Range: 0 to 15

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

Sets the DCI field number of NPDSCH repetition fields (IRep) .

Parameters:
  • dci_in_pdsch – integer Range: 0 to 15

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