Ack

SCPI Commands

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

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

get_fmode()RsCmwEvdoSig.enums.Fmode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FETap:ACK:FMODe
value: enums.Fmode = driver.configure.layer.application.fetap.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

get_mtype()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FETap:ACK:MTYPe
value: bool = driver.configure.layer.application.fetap.ack.get_mtype()

Queries the status of the ‘ACK channel modulation type fixed’ mode where the AT can select a specific modulation type for the reverse ACK channel. In the current version, this mode is disabled.

return

mtype: OFF

set_fmode(fmode: RsCmwEvdoSig.enums.Fmode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:FETap:ACK:FMODe
driver.configure.layer.application.fetap.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