To
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PASTe:TO
- Commands in total: 5Subgroups: 4Direct child commands: 1
- set(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PASTe:TO driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.paste.to.set(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)
Copies a slot configuration to other slots. Prerequisites for this command
A slot configuration is in the clipboard (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.copy()) .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.paste.to.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’)
- set_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
to_copy = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.paste.to.clone()
Subgroups