Init
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:INIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) DmrsInit[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:INIT value: enums.DmrsInit = driver.configure.nrSubMeas.cc.allocation.pucch.dmrs.init.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)
Specifies the type of ID used for initialization of the DMRS sequence generation for PUCCH format F2, 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 DMRS ID
- set(initialization: DmrsInit, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:INIT driver.configure.nrSubMeas.cc.allocation.pucch.dmrs.init.set(initialization = enums.DmrsInit.CID, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)
Specifies the type of ID used for initialization of the DMRS sequence generation for PUCCH format F2, for carrier <no>, allocation <a>.
- Parameters:
initialization – Cell ID or DMRS ID
carrierComponentFour – optional repeated capability selector. Default value: Nr1
allocation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)