Allocation<Allocation>

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:COPY
Commands in total: 52
Subgroups: 14
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr110

driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.repcap_allocation_set(repcap.Allocation.Nr0)
copy_to(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:COPY
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.copy_to(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, allocation = repcap.Allocation.Default)

Copies a PUSCH configuration to other slots. Prerequisites for this command

  • Number of configurable slots > 1 (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.cslot.set() ) .

  • Select paste mode (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.copy.mode.set() ) .

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

copy_to_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, allocation=Allocation.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

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

Subgroups