Repetitions

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:REPetitions
class RepetitionsCls[source]

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

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.RepTypeAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:REPetitions
value: enums.RepTypeAll = driver.source.bb.nr5G.scheduling.cell.subf.alloc.repetitions.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Defines if and how often the allocation is repeated.

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’)

param allocationNull

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

return

alloc_repetition: No help available

set(alloc_repetition: RsSmbv.enums.RepTypeAll, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:REPetitions
driver.source.bb.nr5G.scheduling.cell.subf.alloc.repetitions.set(alloc_repetition = enums.RepTypeAll.CUSTom, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Defines if and how often the allocation is repeated.

param alloc_repetition

OFF| SLOT| SUBFrame| FRAMe| CUSTom| TA OFF Repetition is off. SLOT | SUBFrame | FRAMe Repetition every slot / subframe or frame. CUSTom Custom repetition pattern.

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’)

param allocationNull

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