TaPosition

SCPI Command :

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

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

get(carrierComponent=CarrierComponent.Nr1) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:TAPosition
value: int = driver.configure.nrSubMeas.cc.taPosition.get(carrierComponent = repcap.CarrierComponent.Nr1)

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

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

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

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

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

param position:

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

param carrierComponent:

optional repeated capability selector. Default value: Nr1