Nalloc

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:NALLoc
class NallocCls[source]

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

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:NALLoc
value: int = driver.source.bb.nr5G.scheduling.cell.subf.nalloc.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)

Sets the number of configurable allocations in the selected USER<dir0>:BWPart<gr0> group.

param cellNull

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

param subframeNull

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

return

num_common_alloc: No help available

set(num_common_alloc: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:NALLoc
driver.source.bb.nr5G.scheduling.cell.subf.nalloc.set(num_common_alloc = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)

Sets the number of configurable allocations in the selected USER<dir0>:BWPart<gr0> group.

param num_common_alloc

integer Range: 0 to 64

param cellNull

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

param subframeNull

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