Aprobes

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:MODE
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:IADJust
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:OLADjust
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:PINCrement
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:PPSequence
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:PLENgth
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:ACDuration
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:PLSLots
CONFigure:EVDO:SIGNaling<Instance>:NETWork:APRobes:SAMRate
class Aprobes[source]

Aprobes commands group definition. 9 total commands, 0 Sub-groups, 9 group commands

get_ac_duration()RsCmwEvdoSig.enums.AccessDuration[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:ACDuration
value: enums.AccessDuration = driver.configure.network.aprobes.get_ac_duration()

Defines the length in slots of the access cycle.

return

ac_duration: S16 | S32 | S64 | S128 16/32/64/128 slot cycle

get_iadjust()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:IADJust
value: int = driver.configure.network.aprobes.get_iadjust()

Specifies the initial power offset for access probes (INIT_PWR parameter in the access parameters message) .

return

iadjust: Range: -16 dB to 15 dB, Unit: dB

get_mode()RsCmwEvdoSig.enums.ProbesAckMode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:MODE
value: enums.ProbesAckMode = driver.configure.network.aprobes.get_mode()

Specifies whether the tester acknowledges or ignores access probes from the AT.

return

mode: ACKN | IGN

get_ol_adjust()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:OLADjust
value: int = driver.configure.network.aprobes.get_ol_adjust()

Specifies the nominal transmit power offset (NOM_PWR) to be used by ATs for the given band class in the open loop power estimate.

return

ol_adjust: Range: -81 dB to -66 dB , Unit: dB

get_pincrement()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PINCrement
value: float = driver.configure.network.aprobes.get_pincrement()

Defines the step size of power increases (PWR_STEP) between consecutive access probes.

return

pincrement: Range: 0 dB to 7.5 dB, Unit: dB

get_pl_slots()RsCmwEvdoSig.enums.PlSlots[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PLSLots
value: enums.PlSlots = driver.configure.network.aprobes.get_pl_slots()

Defines the length in slots of the access probe preamble.

return

pl_slots: S4 | S16 4/16 slot preamble

get_plength()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PLENgth
value: int = driver.configure.network.aprobes.get_plength()

Defines the length in frames of the access probe preamble.

return

plength: Range: 1 frame to 6 frames

get_pp_sequence()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PPSequence
value: int = driver.configure.network.aprobes.get_pp_sequence()

Defines the maximum number of access probes which ATs are to transmit in a single access probe sequence.

return

pp_sequence: Range: 1 to 15

get_sam_rate()RsCmwEvdoSig.enums.SamRate[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:SAMRate
value: enums.SamRate = driver.configure.network.aprobes.get_sam_rate()

Defines the sector access maximum rate at which the AT can transmit on the access channel.

return

sam_rate: R9K | R19K | R38K 9.6/19.2/38.4 kbit/s

set_ac_duration(ac_duration: RsCmwEvdoSig.enums.AccessDuration)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:ACDuration
driver.configure.network.aprobes.set_ac_duration(ac_duration = enums.AccessDuration.S128)

Defines the length in slots of the access cycle.

param ac_duration

S16 | S32 | S64 | S128 16/32/64/128 slot cycle

set_iadjust(iadjust: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:IADJust
driver.configure.network.aprobes.set_iadjust(iadjust = 1)

Specifies the initial power offset for access probes (INIT_PWR parameter in the access parameters message) .

param iadjust

Range: -16 dB to 15 dB, Unit: dB

set_mode(mode: RsCmwEvdoSig.enums.ProbesAckMode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:MODE
driver.configure.network.aprobes.set_mode(mode = enums.ProbesAckMode.ACKN)

Specifies whether the tester acknowledges or ignores access probes from the AT.

param mode

ACKN | IGN

set_ol_adjust(ol_adjust: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:OLADjust
driver.configure.network.aprobes.set_ol_adjust(ol_adjust = 1)

Specifies the nominal transmit power offset (NOM_PWR) to be used by ATs for the given band class in the open loop power estimate.

param ol_adjust

Range: -81 dB to -66 dB , Unit: dB

set_pincrement(pincrement: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PINCrement
driver.configure.network.aprobes.set_pincrement(pincrement = 1.0)

Defines the step size of power increases (PWR_STEP) between consecutive access probes.

param pincrement

Range: 0 dB to 7.5 dB, Unit: dB

set_pl_slots(pl_slots: RsCmwEvdoSig.enums.PlSlots)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PLSLots
driver.configure.network.aprobes.set_pl_slots(pl_slots = enums.PlSlots.S16)

Defines the length in slots of the access probe preamble.

param pl_slots

S4 | S16 4/16 slot preamble

set_plength(plength: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PLENgth
driver.configure.network.aprobes.set_plength(plength = 1)

Defines the length in frames of the access probe preamble.

param plength

Range: 1 frame to 6 frames

set_pp_sequence(pp_sequence: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:PPSequence
driver.configure.network.aprobes.set_pp_sequence(pp_sequence = 1)

Defines the maximum number of access probes which ATs are to transmit in a single access probe sequence.

param pp_sequence

Range: 1 to 15

set_sam_rate(sam_rate: RsCmwEvdoSig.enums.SamRate)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:APRobes:SAMRate
driver.configure.network.aprobes.set_sam_rate(sam_rate = enums.SamRate.R19K)

Defines the sector access maximum rate at which the AT can transmit on the access channel.

param sam_rate

R9K | R19K | R38K 9.6/19.2/38.4 kbit/s