Packet

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:PACKet:PREFerred
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:PACKet:MODE
class Packet[source]

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

get_mode()RsCmwEvdoSig.enums.PrefAppMode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:PACKet:MODE
value: enums.PrefAppMode = driver.configure.layer.application.packet.get_mode()

Sets the preferred standard to be signaled during the connection setup.

return

pref_mode: EHRPd | HRPD Enhanced HRPD or high rate packet data (HRPD)

get_preferred()RsCmwEvdoSig.enums.PrefApplication[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:PACKet:PREFerred
value: enums.PrefApplication = driver.configure.layer.application.packet.get_preferred()

Selects the packet application the R&S CMW initially proposes to the AT during session negotiation. See ‘Packet Applications’ for details.

return

pref_application: DPA | EMPA EMPA: Enhanced multi-flow packet application DPA: Default packet application

set_mode(pref_mode: RsCmwEvdoSig.enums.PrefAppMode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:PACKet:MODE
driver.configure.layer.application.packet.set_mode(pref_mode = enums.PrefAppMode.EHRPd)

Sets the preferred standard to be signaled during the connection setup.

param pref_mode

EHRPd | HRPD Enhanced HRPD or high rate packet data (HRPD)

set_preferred(pref_application: RsCmwEvdoSig.enums.PrefApplication)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:PACKet:PREFerred
driver.configure.layer.application.packet.set_preferred(pref_application = enums.PrefApplication.DPA)

Selects the packet application the R&S CMW initially proposes to the AT during session negotiation. See ‘Packet Applications’ for details.

param pref_application

DPA | EMPA EMPA: Enhanced multi-flow packet application DPA: Default packet application