RlPer

SCPI Commands

READ:EVDO:SIGNaling<Instance>:RXQuality:RLPer
FETCh:EVDO:SIGNaling<Instance>:RXQuality:RLPer
CALCulate:EVDO:SIGNaling<Instance>:RXQuality:RLPer
class RlPer[source]

RlPer commands group definition. 5 total commands, 2 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Macp_Kts_Transm: float: No parameter help available

  • Rl_Macp_Kts_Errors: float: No parameter help available

  • Rl_Conf_Level: float: No parameter help available

  • Rl_Per: float: The reverse link packet error rate (for the selected carrier) . Range: 0 % to 100 %

  • Tt_Macp_Kts_Errors: float: No parameter help available

  • Tt_Conf_Level: float: No parameter help available

  • Tt_Per: float: The rate of MAC packets the R&S CMW failed to receive successfully (on the selected carrier) . This result is available for physical layer subtypes 2 and 3 only. Range: 0 % to 100 %

  • Mac_Packets_Sent: float: No parameter help available

  • All_Macp_Kts_Trans: float: No parameter help available

  • All_Macp_Kts_Error: float: No parameter help available

  • All_Rl_Conf_Level: float: No parameter help available

  • All_Rl_Per: float: No parameter help available

  • All_Ttp_Kts_Errors: float: No parameter help available

  • All_Tt_Conf_Level: float: No parameter help available

  • All_Tt_Per: float: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Macp_Kts_Transm: int: No parameter help available

  • Rl_Macp_Kts_Errors: int: No parameter help available

  • Rl_Conf_Level: float: No parameter help available

  • Rl_Per: float: The reverse link packet error rate (for the selected carrier) . Range: 0 % to 100 %

  • Tt_Macp_Kts_Errors: int: No parameter help available

  • Tt_Conf_Level: float: No parameter help available

  • Tt_Per: float: The rate of MAC packets the R&S CMW failed to receive successfully (on the selected carrier) . This result is available for physical layer subtypes 2 and 3 only. Range: 0 % to 100 %

  • Mac_Packets_Sent: int: No parameter help available

  • All_Macp_Kts_Trans: int: No parameter help available

  • All_Macp_Kts_Error: int: No parameter help available

  • All_Rl_Conf_Level: float: No parameter help available

  • All_Rl_Per: float: No parameter help available

  • All_Ttp_Kts_Errors: int: No parameter help available

  • All_Tt_Conf_Level: float: No parameter help available

  • All_Tt_Per: float: No parameter help available

calculate(data_rate: Optional[RsCmwEvdoSig.enums.RevLinkPerDataRate] = None)CalculateStruct[source]
# SCPI: CALCulate:EVDO:SIGNaling<instance>:RXQuality:RLPer
value: CalculateStruct = driver.rxQuality.rlPer.calculate(data_rate = enums.RevLinkPerDataRate.R0K0)


    INTRO_CMD_HELP: Returns the 'Reverse Link PER' measurement results for:

    - The specified data rate
    - The selected carrier (in multi-carrier scenarios, see 'Reverse Link Packet Error Rate Measurement')

Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

param data_rate

R0K0 | R19K2 | R38K4 | R76K8 | R115k2 | R153k6 | R230k4 | R307k2 | R460k8 | R614k4 | R921k6 | R1228k8 | R1843k2 | TOTal This query parameter specifies the data rate for which the results are returned, i.e. it selects a row in the ‘Reverse Link PER’ result table. If it is omitted, the command returns the TOTal results, i.e. the aggregates over all data rates. Note that the ‘composite’ return values are aggregates over all carriers and data rates, i.e. no matter which data rate is specified, always the TOTal values are returned.

return

structure: for return value, see the help for CalculateStruct structure arguments.

fetch(data_rate: Optional[RsCmwEvdoSig.enums.RevLinkPerDataRate] = None)ResultData[source]
# SCPI: FETCh:EVDO:SIGNaling<instance>:RXQuality:RLPer
value: ResultData = driver.rxQuality.rlPer.fetch(data_rate = enums.RevLinkPerDataRate.R0K0)


    INTRO_CMD_HELP: Returns the 'Reverse Link PER' measurement results for:

    - The specified data rate
    - The selected carrier (in multi-carrier scenarios, see 'Reverse Link Packet Error Rate Measurement')

Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

param data_rate

R0K0 | R19K2 | R38K4 | R76K8 | R115k2 | R153k6 | R230k4 | R307k2 | R460k8 | R614k4 | R921k6 | R1228k8 | R1843k2 | TOTal This query parameter specifies the data rate for which the results are returned, i.e. it selects a row in the ‘Reverse Link PER’ result table. If it is omitted, the command returns the TOTal results, i.e. the aggregates over all data rates. Note that the ‘composite’ return values are aggregates over all carriers and data rates, i.e. no matter which data rate is specified, always the TOTal values are returned.

return

structure: for return value, see the help for ResultData structure arguments.

read(data_rate: Optional[RsCmwEvdoSig.enums.RevLinkPerDataRate] = None)ResultData[source]
# SCPI: READ:EVDO:SIGNaling<instance>:RXQuality:RLPer
value: ResultData = driver.rxQuality.rlPer.read(data_rate = enums.RevLinkPerDataRate.R0K0)


    INTRO_CMD_HELP: Returns the 'Reverse Link PER' measurement results for:

    - The specified data rate
    - The selected carrier (in multi-carrier scenarios, see 'Reverse Link Packet Error Rate Measurement')

Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

param data_rate

R0K0 | R19K2 | R38K4 | R76K8 | R115k2 | R153k6 | R230k4 | R307k2 | R460k8 | R614k4 | R921k6 | R1228k8 | R1843k2 | TOTal This query parameter specifies the data rate for which the results are returned, i.e. it selects a row in the ‘Reverse Link PER’ result table. If it is omitted, the command returns the TOTal results, i.e. the aggregates over all data rates. Note that the ‘composite’ return values are aggregates over all carriers and data rates, i.e. no matter which data rate is specified, always the TOTal values are returned.

return

structure: for return value, see the help for ResultData structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.rxQuality.rlPer.clone()

Subgroups