Irep
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPUSch:IREP
- class IrepCls[source]
Irep 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>: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) .
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
dci_in_pusch: integer Range: 0 to 7
- set(dci_in_pusch: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [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) .
- param dci_in_pusch
integer Range: 0 to 7
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)