SeqGen

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:PDSCh:DMRS:SEQGen
class SeqGenCls[source]

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

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, userNull=UserNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.AllPxschSequenceGeneration[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:PDSCh:DMRS:SEQGen
value: enums.AllPxschSequenceGeneration = driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.pdsch.dmrs.seqGen.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, userNull = repcap.UserNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets how the scrambling ID for DMRS is derived.

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 userNull

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

param bwPartNull

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

param allocationNull

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

return

seq_gen: CELLid| DMRSid DMRSid NIDDMRS: Scrambling ID (i.e. nID) = DMRS scrambling ID (i.e. NIDDMRS) CELLid NIDCell: Scrambling ID (i.e. nID) = cell ID (i.e. NIDCell)

set(seq_gen: RsSmbv.enums.AllPxschSequenceGeneration, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, userNull=UserNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:PDSCh:DMRS:SEQGen
driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.pdsch.dmrs.seqGen.set(seq_gen = enums.AllPxschSequenceGeneration.CELLid, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, userNull = repcap.UserNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets how the scrambling ID for DMRS is derived.

param seq_gen

CELLid| DMRSid DMRSid NIDDMRS: Scrambling ID (i.e. nID) = DMRS scrambling ID (i.e. NIDDMRS) CELLid NIDCell: Scrambling ID (i.e. nID) = cell ID (i.e. NIDCell)

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 userNull

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

param bwPartNull

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

param allocationNull

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