Ack

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FTAP:ACK:FMODe
class Ack[source]

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

get_fmode()RsCmwEvdoSig.enums.Fmode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:ACK:FMODe
value: enums.Fmode = driver.configure.layer.application.ftap.ack.get_fmode()

Configures the ACK channel in the reverse signal that the AT uses for the acknowledgment of test packets received on the forward traffic channel.

return

fmode: NUSed | AALWays | NAALways Not used, ACK always, NACK always

set_fmode(fmode: RsCmwEvdoSig.enums.Fmode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FTAP:ACK:FMODe
driver.configure.layer.application.ftap.ack.set_fmode(fmode = enums.Fmode.AALWays)

Configures the ACK channel in the reverse signal that the AT uses for the acknowledgment of test packets received on the forward traffic channel.

param fmode

NUSed | AALWays | NAALways Not used, ACK always, NACK always