TdoIndex

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:TDOindex
class TdoIndexCls[source]

TdoIndex 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:TDOindex
value: int = driver.configure.nrMmwMeas.cc.allocation.pucch.tdoIndex.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Specifies the time domain OCC index for PUCCH format F1, 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:

value: No help available

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

Specifies the time domain OCC index for PUCCH format F1, for carrier <no>, allocation <a>.

param value:

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