Oall

SCPI Commands

FETCh:GSM:SIGNaling<Instance>:BLER:OALL
READ:GSM:SIGNaling<Instance>:BLER:OALL
class Oall[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Bler: float: BLER as weighted average over all timeslots Range: 0 % to 100 %, Unit: %

  • Rlc_Blocks: int: Total number of RLC data blocks received by the MS Range: 0 to 10E+7

  • Rlc_Data_Rate: float: Total data rate in all timeslots Range: 0 kbit/s to 130 kbit/s times the no. of slots, Unit: kbit/s

  • Throughput: float: Overall long-term throughput Range: 0 kbit/s to 130 kbit/s times the no. of slots, Unit: kbit/s

  • Throughput_Slot: float: Long-term throughput per slot Range: 0 kbit/s to 130 kbit/s, Unit: kbit/s

  • Corrupted_Blocks: int: Number of corrupted data blocks transmitted in DL Range: 0 to 10E+7

  • False_Ack_Blocks: int: Number of corrupted data blocks reported by the MS as fault free Range: 0 to 10E+7

fetch()ResultData[source]
# SCPI: FETCh:GSM:SIGNaling<Instance>:BLER:OALL
value: ResultData = driver.bler.oall.fetch()

Returns the overall results of the BLER measurement. For details, see ‘BLER Measurement’.

return

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

read()ResultData[source]
# SCPI: READ:GSM:SIGNaling<Instance>:BLER:OALL
value: ResultData = driver.bler.oall.read()

Returns the overall results of the BLER measurement. For details, see ‘BLER Measurement’.

return

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