Init
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:GHOPping:INIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) GhopingInit[source]
# 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>.
- Parameters:
carrierComponentFour – optional repeated capability selector. Default value: Nr1
allocation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)
- Returns:
initialization: Cell ID or hopping ID
- set(initialization: GhopingInit, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# 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>.
- Parameters:
initialization – Cell ID or hopping ID
carrierComponentFour – optional repeated capability selector. Default value: Nr1
allocation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)