Nrep

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:NREP
class NrepCls[source]

Nrep commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:NREP
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.nrep.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field repetition number.

param allocationNull

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

return

dci_rep_num: integer Range: 0 to 3

set(dci_rep_num: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:NREP
driver.source.bb.eutra.downlink.emtc.dci.alloc.nrep.set(dci_rep_num = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field repetition number.

param dci_rep_num

integer Range: 0 to 3

param allocationNull

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