Ack

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:ACK:CGAin
class Ack[source]

Ack commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_cgain()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:ACK:CGAin
value: float = driver.configure.layer.mac.eftProtocol.ack.get_cgain()

Defines the ratio of the power of the reverse ACK channel to the power of the reverse pilot channel on a carrier (for subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier. setting command.

return

ackc_gain: Range: -3 dB to 6 dB, Unit: dB

set_cgain(ackc_gain: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:ACK:CGAin
driver.configure.layer.mac.eftProtocol.ack.set_cgain(ackc_gain = 1.0)

Defines the ratio of the power of the reverse ACK channel to the power of the reverse pilot channel on a carrier (for subtype 2 and 3 signals only) . Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier. setting command.

param ackc_gain

Range: -3 dB to 6 dB, Unit: dB