Anst

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SRS:ANST
class AnstCls[source]

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

get(carrierComponent=CarrierComponent.Default) bool[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SRS:ANST
value: bool = driver.applications.k10Xlte.configure.lte.uplink.cc.srs.anst.get(carrierComponent = repcap.CarrierComponent.Default)

Turns simultaneous transmission of the sounding reference signal (SRS) and ACK/NACK messages (via PUCCH) on and off. Simultaneous transmission works only if the PUCCH format ist either 1, 1a, 1b or 3.

param carrierComponent

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

return

state: ON Allows simultaneous transmission of SRS and PUCCH. OFF SRS not transmitted in the subframe for which you have configured simultaneous transmission of PUCCH and SRS.

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SRS:ANST
driver.applications.k10Xlte.configure.lte.uplink.cc.srs.anst.set(state = False, carrierComponent = repcap.CarrierComponent.Default)

Turns simultaneous transmission of the sounding reference signal (SRS) and ACK/NACK messages (via PUCCH) on and off. Simultaneous transmission works only if the PUCCH format ist either 1, 1a, 1b or 3.

param state

ON Allows simultaneous transmission of SRS and PUCCH. OFF SRS not transmitted in the subframe for which you have configured simultaneous transmission of PUCCH and SRS.

param carrierComponent

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