Pucch<Pucch>

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:COPY
Commands in total: 23
Subgroups: 8
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.repcap_pucch_set(repcap.Pucch.Nr1)
copy_to(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, pucch=Pucch.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:COPY
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.copy_to(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default, pucch = repcap.Pucch.Default)

Copies a PUCCH 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.pucch.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’)

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

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

Cloning the Group

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

Subgroups