Allocation<Allocation>
RepCap Settings
# Range: Nr0 .. Nr110
rc = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.repcap_allocation_get()
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.repcap_allocation_set(repcap.Allocation.Nr0)
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:COPY
- class AllocationCls[source]
Allocation commands group definition. 42 total commands, 13 Subgroups, 1 group commands Repeated Capability: Allocation, default value after init: Allocation.Nr0
- copy_to(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, allocation=Allocation.Default) None [source]
# SCPI: 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, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default)
- Copies a PUSCH configuration to other slots.
INTRO_CMD_HELP: Prerequisites for this command
Number of configurable slots > 1 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Cslot.set) .
Select paste mode (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Slot.Allocation.Copy.Mode.set) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param frame
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
- param bwPart
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
- param slot
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param 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, slot=Slot.Default, allocation=Allocation.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.allocation.clone()
Subgroups