Duration
SCPI Command :
[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:DURation value: int = driver.source.bb.nr5G.scheduling.cell.subf.alloc.duration.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Defines in how many consecutive slots within a frame the allocation is repeated. Prerequisites for this command
Select custom repetition type (method
RsSmbv.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.repetitions.set()) .
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- set(alloc_rep_duratio: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:DURation driver.source.bb.nr5G.scheduling.cell.subf.alloc.duration.set(alloc_rep_duratio = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Defines in how many consecutive slots within a frame the allocation is repeated. Prerequisites for this command
Select custom repetition type (method
RsSmbv.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.repetitions.set()) .
- Parameters:
alloc_rep_duratio – integer Range: 1 to 10
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)