Snumber
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SNUMber
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SNUMber value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.nprach.snumber.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field starting number of NPRACH repetitions (IRep) .
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
starting_number: integer Range: 0 to 2
- set(starting_number: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SNUMber driver.source.bb.eutra.downlink.niot.dci.alloc.nprach.snumber.set(starting_number = 1, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field starting number of NPRACH repetitions (IRep) .
- Parameters:
starting_number – integer Range: 0 to 2
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)