Scrambling

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:SCRambling
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) PdschSeqGenMethod[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:SCRambling
value: enums.PdschSeqGenMethod = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.scrambling.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)

Selects the PDSCH scrambling method.

Parameters:
  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

  • frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

  • bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

  • allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)

Returns:

method: DSID Sequence generation based on a pseudo-random seed value. NIDCell Sequence generation based on the cell ID.

set(method: PdschSeqGenMethod, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:SCRambling
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.scrambling.set(method = enums.PdschSeqGenMethod.DSID, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)

Selects the PDSCH scrambling method.

Parameters:
  • method – DSID Sequence generation based on a pseudo-random seed value. NIDCell Sequence generation based on the cell ID.

  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

  • frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

  • bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

  • allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)

Cloning the Group

# Create a copy of the original group, that exists independently
scrambling_copy = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.scrambling.clone()

Subgroups