Pucch<Pucch>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.repcap_pucch_get()
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.repcap_pucch_set(repcap.Pucch.Nr1)

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:COPY
class PucchCls[source]

Pucch commands group definition. 23 total commands, 8 Subgroups, 1 group commands Repeated Capability: Pucch, default value after init: Pucch.Nr1

copy_to(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, pucch=Pucch.Default) None[source]
# SCPI: 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, slot = repcap.Slot.Default, pucch = repcap.Pucch.Default)
Copies a PUCCH 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.Pucch.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 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, slot=Slot.Default, pucch=Pucch.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.pucch.clone()

Subgroups