TdoIndex

SCPI Command :

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

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

get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:TDOindex
value: int = driver.configure.nrSubMeas.cc.allocation.pucch.tdoIndex.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

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

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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

return:

value: No help available

set(value: int, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:TDOindex
driver.configure.nrSubMeas.cc.allocation.pucch.tdoIndex.set(value = 1, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

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

param value:

No help available

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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