Aich

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:AICH:ACKNowledge
CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:AICH:TTIMing
class Aich[source]

Aich commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_acknowledge()RsCmwWcdmaSig.enums.SlopeType[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:AICH:ACKNowledge
value: enums.SlopeType = driver.configure.downlink.enhanced.aich.get_acknowledge()

Defines how the R&S CMW acknowledges RACH preambles received from the UE.

return

acknowledge: POSitive | NEGative POSitive: The R&S CMW acknowledges or negatively acknowledges the preambles appropriately. NEGative: The R&S CMW always responds with negative acknowledgements.

get_ttiming()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:AICH:TTIMing
value: float = driver.configure.downlink.enhanced.aich.get_ttiming()

Defines the minimum allowed time delay between two consecutive RACH preambles.

return

transm_timing: Minimum time delay Range: 3 slots to 4 slots

set_acknowledge(acknowledge: RsCmwWcdmaSig.enums.SlopeType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:AICH:ACKNowledge
driver.configure.downlink.enhanced.aich.set_acknowledge(acknowledge = enums.SlopeType.NEGative)

Defines how the R&S CMW acknowledges RACH preambles received from the UE.

param acknowledge

POSitive | NEGative POSitive: The R&S CMW acknowledges or negatively acknowledges the preambles appropriately. NEGative: The R&S CMW always responds with negative acknowledgements.

set_ttiming(transm_timing: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:AICH:TTIMing
driver.configure.downlink.enhanced.aich.set_ttiming(transm_timing = 1.0)

Defines the minimum allowed time delay between two consecutive RACH preambles.

param transm_timing

Minimum time delay Range: 3 slots to 4 slots