Snumber

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SNUMber
class SnumberCls[source]

Snumber 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>: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) .

param allocationNull

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

return

starting_number: integer Range: 0 to 2

set(starting_number: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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) .

param starting_number

integer Range: 0 to 2

param allocationNull

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