TaPosition

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:TAPosition
class TaPositionCls[source]

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

get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:TAPosition
value: int = driver.configure.nrSubMeas.listPy.segment.cc.taPosition.get(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Specifies the ‘dmrs-TypeA-Position’ for carrier <cc> in segment <no>.

param sEGMent:

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

param carrierComponent:

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

return:

position: Number of the first DM-RS symbol for mapping type A.

set(position: int, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:TAPosition
driver.configure.nrSubMeas.listPy.segment.cc.taPosition.set(position = 1, sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Specifies the ‘dmrs-TypeA-Position’ for carrier <cc> in segment <no>.

param position:

Number of the first DM-RS symbol for mapping type A.

param sEGMent:

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

param carrierComponent:

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