Anst
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SRS:ANST
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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]
# 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.
- Parameters:
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.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)