Irep
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPUSch:IREP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPUSch:IREP value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.npusch.irep.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field number of NPUSCH repetition fields (IRep) .
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_in_pusch: integer Range: 0 to 7
- set(dci_in_pusch: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPUSch:IREP driver.source.bb.eutra.downlink.niot.dci.alloc.npusch.irep.set(dci_in_pusch = 1, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field number of NPUSCH repetition fields (IRep) .
- Parameters:
dci_in_pusch – integer Range: 0 to 7
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)