Ack

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FMCTap:ACK:FMODe
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:FMCTap: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:FMCTap:ACK:FMODe
value: enums.Fmode = driver.configure.layer.application.fmctap.ack.get_fmode()

Configures the ACK channel bit fixed mode (see 3GPP2 C.S0029) for a carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

return

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

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

Queries if the ACK channel modulation type fixed mode (see 3GPP2 C.S0029) is enabled for a carrier. Currently this mode is always switched off. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

return

mtype: OFF | ON

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

Configures the ACK channel bit fixed mode (see 3GPP2 C.S0029) for a carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

param fmode

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