Did

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:DID
class DidCls[source]

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

get(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:DID
value: int = driver.configure.nrMmwMeas.cc.allocation.pucch.dmrs.did.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Specifies the DMRS ID, for carrier <no>, allocation <a>. See also method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.Cc. Allocation.Pucch.Dmrs.Init.set.

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:

idn: No help available

set(idn: int, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:DMRS:DID
driver.configure.nrMmwMeas.cc.allocation.pucch.dmrs.did.set(idn = 1, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Specifies the DMRS ID, for carrier <no>, allocation <a>. See also method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.Cc. Allocation.Pucch.Dmrs.Init.set.

param idn:

No help available

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’)