Ghopping

SCPI Command :

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

Ghopping commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, pucch=Pucch.Default) RsFsw.enums.GroupHopingMode[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PUCCh<cr>:DMRS:GHOPping
value: enums.GroupHopingMode = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.dmrs.ghopping.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, pucch = repcap.Pucch.Default)
Selects the group hopping mode for the PUCCH.

INTRO_CMD_HELP: Prerequisites for this command

  • Select PUCCH format 0 or 1 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Slot.Pucch.FormatPy.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’)

return

mode: DISable Use sequence hopping. ENABle Use group hopping. NEITher Use neither group hopping nor sequence hopping.

set(mode: RsFsw.enums.GroupHopingMode, 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>:DMRS:GHOPping
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.pucch.dmrs.ghopping.set(mode = enums.GroupHopingMode.DISable, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, pucch = repcap.Pucch.Default)
Selects the group hopping mode for the PUCCH.

INTRO_CMD_HELP: Prerequisites for this command

  • Select PUCCH format 0 or 1 (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.Frame.BwPart.Slot.Pucch.FormatPy.set) .

param mode

DISable Use sequence hopping. ENABle Use group hopping. NEITher Use neither group hopping nor sequence hopping.

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