Ack

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:DFTProtocol: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:DFTProtocol:ACK:CGAin
value: float = driver.configure.layer.mac.dftProtocol.ack.get_cgain()

Defines the ratio of the power of the reverse ACK channel to the power of the reverse pilot channel (for subtype 0/1 signals only) .

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:DFTProtocol:ACK:CGAin
driver.configure.layer.mac.dftProtocol.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 (for subtype 0/1 signals only) .

param ackc_gain

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