Init

SCPI Command :

CONFigure:NRMMw: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(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) GhopingInit[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping:INIT
value: enums.GhopingInit = driver.configure.nrMmwMeas.cc.allocation.pucch.ghopping.init.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

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

param carrierComponent:

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

param allocationMore:

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

return:

initialization: Cell ID or hopping ID

set(initialization: GhopingInit, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping:INIT
driver.configure.nrMmwMeas.cc.allocation.pucch.ghopping.init.set(initialization = enums.GhopingInit.CID, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.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 carrierComponent:

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

param allocationMore:

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