Init

SCPI Command :

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

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

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

Specifies the type of ID used to initialize group hopping and sequence hopping, 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:

initialization: Cell ID or hopping ID

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

Specifies the type of ID used to initialize group hopping and sequence hopping, for carrier <no>, allocation <a>.

param initialization:

Cell ID or hopping ID

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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