Ghopping

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping
class GhoppingCls[source]

Ghopping commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) GroupHopping[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping
value: enums.GroupHopping = driver.configure.nrSubMeas.cc.allocation.pucch.ghopping.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

Specifies whether group hopping and/or sequence hopping are used for the PUCCH DMRS, for carrier <no>, allocation <a>.

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)

return:

group_hopping: NEITher: no group hopping and no sequence hopping ENABle: group hopping DISable: sequence hopping

set(group_hopping: GroupHopping, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping
driver.configure.nrSubMeas.cc.allocation.pucch.ghopping.set(group_hopping = enums.GroupHopping.DISable, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

Specifies whether group hopping and/or sequence hopping are used for the PUCCH DMRS, for carrier <no>, allocation <a>.

param group_hopping:

NEITher: no group hopping and no sequence hopping ENABle: group hopping DISable: sequence hopping

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.cc.allocation.pucch.ghopping.clone()

Subgroups