Period

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:PERiod
Commands in total: 1
Subgroups: 0
Direct 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)>:PERiod
value: int = driver.source.bb.nr5G.scheduling.cell.subf.alloc.period.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the repetition periodicity. 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_period: 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)>:PERiod
driver.source.bb.nr5G.scheduling.cell.subf.alloc.period.set(alloc_rep_period = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the repetition periodicity. Prerequisites for this command

  • Select custom repetition type (method RsSmbv.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.repetitions.set() ) .

Parameters:
  • alloc_rep_period – integer Range: 1 to max* Max repetition period is calculated as follows: RepPeriodmax = #SlotsPerFrame * ‘SequnceLength’, where: #SlotsPerFrame: is the number of available slots and depends on the used subcarrier spacing. ‘SequenceLength’: is the ARB sequence length as set with the method RsSmbv.source.bb.nr5G.output.seq_len() .

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